Searched refs:SwitchStackTop (Results 1 – 2 of 2) sorted by relevance
253 int SwitchStackTop; member383 int SwitchStackTop; member
3311 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING); in exec_switch()3314 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch; in exec_switch()3329 unsigned prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; in exec_case()3359 unsigned prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; in exec_default()3369 mach->Switch = mach->SwitchStack[--mach->SwitchStackTop]; in exec_endswitch()5161 mach->CallStack[mach->CallStackTop].SwitchStackTop = mach->SwitchStackTop; in exec_instruction()5172 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING); in exec_instruction()5179 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch; in exec_instruction()5205 mach->SwitchStackTop = 0; in exec_instruction()5223 mach->SwitchStackTop = mach->CallStack[mach->CallStackTop].SwitchStackTop; in exec_instruction()[all …]