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:
Erik Faye-Lund 2022-10-19 15:40:55 +02:00 committed by Marge Bot
parent c69dbe9d81
commit eaa0b58963

View file

@ -1651,13 +1651,17 @@ Some require glsl version 1.30 (UIF/SWITCH/CASE/DEFAULT/ENDSWITCH).
.. opcode:: CAL - Subroutine Call
push(pc)
pc = target
Pseudocode::
push(pc)
pc = target
.. opcode:: RET - Subroutine Call Return
pc = pop()
Pseudocode::
pc = pop()
.. opcode:: CONT - Continue