Searched refs:SwitchStackTop (Results 1 – 2 of 2) sorted by relevance
322 int SwitchStackTop; member429 int SwitchStackTop; member
3477 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING); in exec_switch()3480 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch; in exec_switch()3495 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; in exec_case()3525 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; in exec_default()3535 mach->Switch = mach->SwitchStack[--mach->SwitchStackTop]; in exec_endswitch()5277 mach->CallStack[mach->CallStackTop].SwitchStackTop = mach->SwitchStackTop; in exec_instruction()5288 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING); in exec_instruction()5295 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch; in exec_instruction()5321 mach->SwitchStackTop = 0; in exec_instruction()5339 mach->SwitchStackTop = mach->CallStack[mach->CallStackTop].SwitchStackTop; in exec_instruction()[all …]