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