docs/tgsi: mark pseudocode as such
This is more semantically strong. Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19460>
This commit is contained in:

committed by
Marge Bot

parent
c69dbe9d81
commit
eaa0b58963
@@ -1651,13 +1651,17 @@ Some require glsl version 1.30 (UIF/SWITCH/CASE/DEFAULT/ENDSWITCH).
|
|||||||
|
|
||||||
.. opcode:: CAL - Subroutine Call
|
.. opcode:: CAL - Subroutine Call
|
||||||
|
|
||||||
push(pc)
|
Pseudocode::
|
||||||
pc = target
|
|
||||||
|
push(pc)
|
||||||
|
pc = target
|
||||||
|
|
||||||
|
|
||||||
.. opcode:: RET - Subroutine Call Return
|
.. opcode:: RET - Subroutine Call Return
|
||||||
|
|
||||||
pc = pop()
|
Pseudocode::
|
||||||
|
|
||||||
|
pc = pop()
|
||||||
|
|
||||||
|
|
||||||
.. opcode:: CONT - Continue
|
.. opcode:: CONT - Continue
|
||||||
|
Reference in New Issue
Block a user