From 42afb3095b43a1967555a2257986118b29c0ccf7 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 19 Oct 2022 15:32:55 +0200 Subject: [PATCH] docs/tgsi: use src1 instead of "second arg" This is more consistent with what we do elsewhere here. Reviewed-by: Eric Engestrom 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 e61c9a7..1b02d31 100644 --- a/docs/gallium/tgsi.rst +++ b/docs/gallium/tgsi.rst @@ -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:: -- 2.7.4