Home
last modified time | relevance | path

Searched refs:LoopLabelStackTop (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h368 int LoopLabelStackTop; member
Dtgsi_exec.c5225 mach->LoopLabelStackTop = 0; in exec_instruction()
5391 assert(mach->LoopLabelStackTop < TGSI_EXEC_MAX_LOOP_NESTING); in exec_instruction()
5396 mach->LoopLabelStack[mach->LoopLabelStackTop++] = *pc - 1; in exec_instruction()
5408 assert(mach->LoopLabelStackTop > 0); in exec_instruction()
5409 *pc = mach->LoopLabelStack[mach->LoopLabelStackTop - 1] + 1; in exec_instruction()
5418 assert(mach->LoopLabelStackTop > 0); in exec_instruction()
5419 --mach->LoopLabelStackTop; in exec_instruction()