Lines Matching refs:SwitchStackTop
3373 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING); in exec_switch()
3376 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch; in exec_switch()
3391 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; in exec_case()
3421 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; in exec_default()
3431 mach->Switch = mach->SwitchStack[--mach->SwitchStackTop]; in exec_endswitch()
5261 mach->CallStack[mach->CallStackTop].SwitchStackTop = mach->SwitchStackTop; in exec_instruction()
5272 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING); in exec_instruction()
5279 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch; in exec_instruction()
5305 mach->SwitchStackTop = 0; in exec_instruction()
5323 mach->SwitchStackTop = mach->CallStack[mach->CallStackTop].SwitchStackTop; in exec_instruction()
5324 mach->Switch = mach->SwitchStack[mach->SwitchStackTop]; in exec_instruction()
5537 mach->SwitchStackTop = mach->CallStack[mach->CallStackTop].SwitchStackTop; in exec_instruction()
5538 mach->Switch = mach->SwitchStack[mach->SwitchStackTop]; in exec_instruction()
6082 assert(mach->SwitchStackTop == 0); in tgsi_exec_machine_setup_masks()
6198 assert(mach->SwitchStackTop == 0); in tgsi_exec_machine_run()