Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h410 uint LoopLabelStack[TGSI_EXEC_MAX_LOOP_NESTING]; member
Dtgsi_exec.c5723 mach->LoopLabelStack[mach->LoopLabelStackTop++] = *pc - 1; in exec_instruction()
5736 *pc = mach->LoopLabelStack[mach->LoopLabelStackTop - 1] + 1; in exec_instruction()