Searched refs:BreakStackTop (Results 1 – 2 of 2) sorted by relevance
253 int BreakStackTop; member379 int BreakStackTop; member
3313 assert(mach->BreakStackTop < TGSI_EXEC_MAX_BREAK_STACK); in exec_switch()3320 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_switch()3371 mach->BreakType = mach->BreakStack[--mach->BreakStackTop]; in exec_endswitch()5183 mach->CallStack[mach->CallStackTop].BreakStackTop = mach->BreakStackTop; in exec_instruction()5194 assert(mach->BreakStackTop < TGSI_EXEC_MAX_BREAK_STACK); in exec_instruction()5201 mach->BreakStack[mach->BreakStackTop++] = mach->BreakType; in exec_instruction()5227 mach->BreakStackTop = 0; in exec_instruction()5247 mach->BreakStackTop = mach->CallStack[mach->CallStackTop].BreakStackTop; in exec_instruction()5248 mach->BreakType = mach->BreakStack[mach->BreakStackTop]; in exec_instruction()5392 assert(mach->BreakStackTop < TGSI_EXEC_MAX_BREAK_STACK); in exec_instruction()[all …]