docs/tgsi: use src1 instead of "second arg"
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 19 Oct 2022 13:32:55 +0000 (15:32 +0200)
committerMarge Bot <emma+marge@anholt.net>
Thu, 3 Nov 2022 07:40:35 +0000 (07:40 +0000)
This is more consistent with what we do elsewhere here.

Reviewed-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19460>

docs/gallium/tgsi.rst

index e61c9a7..1b02d31 100644 (file)
@@ -1198,7 +1198,7 @@ Support for these opcodes indicated by PIPE_SHADER_CAP_INTEGERS (all of them?)
 
 .. opcode:: UMOD - Unsigned Integer Remainder
 
-   If second arg is zero, 0xffffffff is returned.
+   If *src1* is zero, 0xffffffff is returned.
 
 .. math::