Lines Matching refs:SwitchStackTop
3312 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING); in exec_switch()
3315 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch; in exec_switch()
3330 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; in exec_case()
3360 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; in exec_default()
3370 mach->Switch = mach->SwitchStack[--mach->SwitchStackTop]; in exec_endswitch()
5182 mach->CallStack[mach->CallStackTop].SwitchStackTop = mach->SwitchStackTop; in exec_instruction()
5193 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING); in exec_instruction()
5200 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch; in exec_instruction()
5226 mach->SwitchStackTop = 0; in exec_instruction()
5244 mach->SwitchStackTop = mach->CallStack[mach->CallStackTop].SwitchStackTop; in exec_instruction()
5245 mach->Switch = mach->SwitchStack[mach->SwitchStackTop]; in exec_instruction()
5458 mach->SwitchStackTop = mach->CallStack[mach->CallStackTop].SwitchStackTop; in exec_instruction()
5459 mach->Switch = mach->SwitchStack[mach->SwitchStackTop]; in exec_instruction()
6003 assert(mach->SwitchStackTop == 0); in tgsi_exec_machine_setup_masks()
6119 assert(mach->SwitchStackTop == 0); in tgsi_exec_machine_run()