Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h375 int LoopLabelStackTop; member
H A Dtgsi_exec.c5204 mach->LoopLabelStackTop = 0; in exec_instruction()
5370 assert(mach->LoopLabelStackTop < TGSI_EXEC_MAX_LOOP_NESTING); in exec_instruction()
5375 mach->LoopLabelStack[mach->LoopLabelStackTop++] = *pc - 1; in exec_instruction()
5387 assert(mach->LoopLabelStackTop > 0); in exec_instruction()
5388 *pc = mach->LoopLabelStack[mach->LoopLabelStackTop - 1] + 1; in exec_instruction()
5397 assert(mach->LoopLabelStackTop > 0); in exec_instruction()
5398 --mach->LoopLabelStackTop; in exec_instruction()