Searched refs:CondStackTop (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h249 uint CondStackTop; member in struct:tgsi_call_record
360 int CondStackTop; member in struct:tgsi_exec_machine
H A Dtgsi_exec.c5258 mach->CallStack[mach->CallStackTop].CondStackTop = mach->CondStackTop;
5269 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING);
5276 mach->CondStack[mach->CondStackTop++] = mach->CondMask;
5301 mach->CondStackTop = 0;
5314 mach->CondStackTop = mach->CallStack[mach->CallStackTop].CondStackTop;
5315 mach->CondMask = mach->CondStack[mach->CondStackTop];
5356 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING);
5357 mach->CondStack[mach->CondStackTop
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h327 uint CondStackTop; member in struct:tgsi_call_record
433 int CondStackTop; member in struct:tgsi_exec_machine
H A Dtgsi_exec.c5534 mach->CallStack[mach->CallStackTop].CondStackTop = mach->CondStackTop;
5545 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING);
5552 mach->CondStack[mach->CondStackTop++] = mach->CondMask;
5577 mach->CondStackTop = 0;
5590 mach->CondStackTop = mach->CallStack[mach->CallStackTop].CondStackTop;
5591 mach->CondMask = mach->CondStack[mach->CondStackTop];
5632 assert(mach->CondStackTop < TGSI_EXEC_MAX_COND_NESTING);
5633 mach->CondStack[mach->CondStackTop
[all...]

Completed in 17 milliseconds