Searched refs:LoopLabelStackTop (Results 1 – 2 of 2) sorted by relevance
411 int LoopLabelStackTop; member
5541 mach->LoopLabelStackTop = 0; in exec_instruction()5718 assert(mach->LoopLabelStackTop < TGSI_EXEC_MAX_LOOP_NESTING); in exec_instruction()5723 mach->LoopLabelStack[mach->LoopLabelStackTop++] = *pc - 1; in exec_instruction()5735 assert(mach->LoopLabelStackTop > 0); in exec_instruction()5736 *pc = mach->LoopLabelStack[mach->LoopLabelStackTop - 1] + 1; in exec_instruction()5745 assert(mach->LoopLabelStackTop > 0); in exec_instruction()5746 --mach->LoopLabelStackTop; in exec_instruction()