docs: xyzw -> XYZW
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 19 Oct 2022 13:28:13 +0000 (15:28 +0200)
committerMarge Bot <emma+marge@anholt.net>
Tue, 25 Oct 2022 10:06:45 +0000 (10:06 +0000)
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>

docs/gallium/tgsi.rst

index 7e5331e..9fcc1b7 100644 (file)
@@ -957,7 +957,7 @@ XXX doesn't look like most of the opcodes really belong here.
   addressing modes of the sampler and the top level of any mip pyramid are
   used. Set W to zero.  It behaves like the TEX instruction, but a filtered
   sample is not generated. The four samples that contribute to filtering are
-  placed into xyzw in clockwise order, starting with the (u,v) texture
+  placed into XYZW in clockwise order, starting with the (u,v) texture
   coordinate delta at the following locations (-, +), (+, +), (+, -), (-, -),
   where the magnitude of the deltas are half a texel.
 
@@ -2460,7 +2460,7 @@ after lookup.
   sampler and the top level of any mip pyramid are used. Set W to zero.  It
   behaves like the SAMPLE instruction, but a filtered sample is not
   generated. The four samples that contribute to filtering are placed into
-  xyzw in counter-clockwise order, starting with the (u,v) texture coordinate
+  XYZW in counter-clockwise order, starting with the (u,v) texture coordinate
   delta at the following locations (-, +), (+, +), (+, -), (-, -), where the
   magnitude of the deltas are half a texel.