Home
last modified time | relevance | path

Searched refs:SwitchStackTop (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h322 int SwitchStackTop; member
429 int SwitchStackTop; member
Dtgsi_exec.c3477 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 …]