Lines Matching refs:SwitchStackTop
3056 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING); in exec_switch()
3059 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch; in exec_switch()
3074 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; in exec_case()
3103 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; in exec_default()
3113 mach->Switch = mach->SwitchStack[--mach->SwitchStackTop]; in exec_endswitch()
3736 mach->CallStack[mach->CallStackTop].SwitchStackTop = mach->SwitchStackTop; in exec_instruction()
3747 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING); in exec_instruction()
3754 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch; in exec_instruction()
3790 mach->SwitchStackTop = mach->CallStack[mach->CallStackTop].SwitchStackTop; in exec_instruction()
3791 mach->Switch = mach->SwitchStack[mach->SwitchStackTop]; in exec_instruction()
4017 mach->SwitchStackTop = mach->CallStack[mach->CallStackTop].SwitchStackTop; in exec_instruction()
4018 mach->Switch = mach->SwitchStack[mach->SwitchStackTop]; in exec_instruction()
4251 assert(mach->SwitchStackTop == 0); in tgsi_exec_machine_run()
4348 assert(mach->SwitchStackTop == 0); in tgsi_exec_machine_run()