Searched refs:LoopLabelStackTop (Results 1 – 2 of 2) sorted by relevance
421 int LoopLabelStackTop; member
5320 mach->LoopLabelStackTop = 0; in exec_instruction()5497 assert(mach->LoopLabelStackTop < TGSI_EXEC_MAX_LOOP_NESTING); in exec_instruction()5502 mach->LoopLabelStack[mach->LoopLabelStackTop++] = *pc - 1; in exec_instruction()5514 assert(mach->LoopLabelStackTop > 0); in exec_instruction()5515 *pc = mach->LoopLabelStack[mach->LoopLabelStackTop - 1] + 1; in exec_instruction()5524 assert(mach->LoopLabelStackTop > 0); in exec_instruction()5525 --mach->LoopLabelStackTop; in exec_instruction()