Searched refs:BreakStackTop (Results 1 – 2 of 2) sorted by relevance
301 int BreakStackTop; member422 int BreakStackTop; member
3537 assert(mach->BreakStackTop < TGSI_EXEC_MAX_BREAK_STACK); in exec_switch()3544 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_switch()3595 mach->BreakType = mach->BreakStack[--mach->BreakStackTop]; in exec_endswitch()5499 mach->CallStack[mach->CallStackTop].BreakStackTop = mach->BreakStackTop; in exec_instruction()5510 assert(mach->BreakStackTop < TGSI_EXEC_MAX_BREAK_STACK); in exec_instruction()5517 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_instruction()5543 mach->BreakStackTop = 0; in exec_instruction()5563 mach->BreakStackTop = mach->CallStack[mach->CallStackTop].BreakStackTop; in exec_instruction()5564 mach->BreakType = mach->BreakStack[mach->BreakStackTop]; in exec_instruction()5719 assert(mach->BreakStackTop < TGSI_EXEC_MAX_BREAK_STACK); in exec_instruction()[all …]