Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h213 uint CondStackTop; member
299 int CondStackTop; member
Dtgsi_exec.c3733 mach->CallStack[mach->CallStackTop].CondStackTop = mach->CondStackTop; in exec_instruction()
3744 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()
3751 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()
3772 mach->CondStackTop = 0; in exec_instruction()
3781 mach->CondStackTop = mach->CallStack[mach->CallStackTop].CondStackTop; in exec_instruction()
3782 mach->CondMask = mach->CondStack[mach->CondStackTop]; in exec_instruction()
3835 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING); in exec_instruction()
3836 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()
3859 assert(mach->CondStackTop > 0); in exec_instruction()
3860 prevMask = mach->CondStack[mach->CondStackTop - 1]; in exec_instruction()
[all …]