Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h412 uint CondStack[TGSI_EXEC_MAX_COND_NESTING]; member
Dtgsi_exec.c5292 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()
5331 mach->CondMask = mach->CondStack[mach->CondStackTop]; in exec_instruction()
5373 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()
5395 mach->CondStack[mach->CondStackTop++] = mach->CondMask; in exec_instruction()
5419 prevMask = mach->CondStack[mach->CondStackTop - 1]; in exec_instruction()
5429 mach->CondMask = mach->CondStack[--mach->CondStackTop]; in exec_instruction()
5556 mach->CondMask = mach->CondStack[mach->CondStackTop]; in exec_instruction()