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.h300 int SwitchStackTop; member
419 int SwitchStackTop; member
Dtgsi_exec.c3536 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING); in exec_switch()
3539 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch; in exec_switch()
3554 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; in exec_case()
3584 uint prevMask = mach->SwitchStack[mach->SwitchStackTop - 1].mask; in exec_default()
3594 mach->Switch = mach->SwitchStack[--mach->SwitchStackTop]; in exec_endswitch()
5498 mach->CallStack[mach->CallStackTop].SwitchStackTop = mach->SwitchStackTop; in exec_instruction()
5509 assert(mach->SwitchStackTop < TGSI_EXEC_MAX_SWITCH_NESTING); in exec_instruction()
5516 mach->SwitchStack[mach->SwitchStackTop++] = mach->Switch; in exec_instruction()
5542 mach->SwitchStackTop = 0; in exec_instruction()
5560 mach->SwitchStackTop = mach->CallStack[mach->CallStackTop].SwitchStackTop; in exec_instruction()
[all …]