Searched refs:BreakStackTop (Results 1 – 2 of 2) sorted by relevance
323 int BreakStackTop; member432 int BreakStackTop; member
3478 assert(mach->BreakStackTop < TGSI_EXEC_MAX_BREAK_STACK); in exec_switch()3485 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_switch()3536 mach->BreakType = mach->BreakStack[--mach->BreakStackTop]; in exec_endswitch()5278 mach->CallStack[mach->CallStackTop].BreakStackTop = mach->BreakStackTop; in exec_instruction()5289 assert(mach->BreakStackTop < TGSI_EXEC_MAX_BREAK_STACK); in exec_instruction()5296 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_instruction()5322 mach->BreakStackTop = 0; in exec_instruction()5342 mach->BreakStackTop = mach->CallStack[mach->CallStackTop].BreakStackTop; in exec_instruction()5343 mach->BreakType = mach->BreakStack[mach->BreakStackTop]; in exec_instruction()5498 assert(mach->BreakStackTop < TGSI_EXEC_MAX_BREAK_STACK); in exec_instruction()[all …]