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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h347 uint ContMask; /**< For loop CONT statements */ member in struct:tgsi_exec_machine
H A Dtgsi_exec.c45 * ContMask) which are controlled by the flow control instructions (namely:
960 MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->FuncMask
5278 mach->ContStack[mach->ContStackTop++] = mach->ContMask;
5321 mach->ContMask = mach->ContStack[mach->ContStackTop];
5474 mach->ContStack[mach->ContStackTop++] = mach->ContMask;
5481 /* Restore ContMask, but don't pop */
5483 mach->ContMask = mach->ContStack[mach->ContStackTop - 1];
5494 /* pop ContMask */
5496 mach->ContMask = mach->ContStack[--mach->ContStackTop];
5511 mach->ContMask
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h421 uint ContMask; /**< For loop CONT statements */ member in struct:tgsi_exec_machine
H A Dtgsi_exec.c45 * ContMask) which are controlled by the flow control instructions (namely:
970 MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->FuncMask
5554 mach->ContStack[mach->ContStackTop++] = mach->ContMask;
5597 mach->ContMask = mach->ContStack[mach->ContStackTop];
5761 mach->ContStack[mach->ContStackTop++] = mach->ContMask;
5768 /* Restore ContMask, but don't pop */
5770 mach->ContMask = mach->ContStack[mach->ContStackTop - 1];
5781 /* pop ContMask */
5783 mach->ContMask = mach->ContStack[--mach->ContStackTop];
5798 mach->ContMask
[all...]

Completed in 17 milliseconds