From 897e9d806f1d86c2117ef85dfacd74567eb74a99 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 26 Apr 2023 10:41:56 +0200 Subject: [PATCH] docs: tgsi -> TGSI Part-of: --- docs/gallium/tgsi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallium/tgsi.rst b/docs/gallium/tgsi.rst index 2cf86a6bb3e..c13182a4364 100644 --- a/docs/gallium/tgsi.rst +++ b/docs/gallium/tgsi.rst @@ -2508,7 +2508,7 @@ after lookup. width, height and depth values are for the mipmap level selected by the src_mip_level and are in the number of texels. For 1d texture array width is in dst.x, array size is in dst.y and dst.z is 0. The number of mipmaps is - still in dst.w. In contrast to d3d10 resinfo, there's no way in the tgsi + still in dst.w. In contrast to d3d10 resinfo, there's no way in the TGSI instruction encoding to specify the return type (float/rcpfloat/uint), hence always using uint. Also, unlike the SAMPLE instructions, the swizzle on src1 resinfo allowing swizzling dst values is ignored (due to the interaction