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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h345 uint CondMask; /**< For IF/ELSE/ENDIF */ member in struct:tgsi_exec_machine
349 uint ExecMask; /**< = CondMask & LoopMask */
H A Dtgsi_exec.c44 * The ExecMask is computed from three other masks (CondMask, LoopMask and
960 MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->FuncMask
5276 mach->CondStack[mach->CondStackTop++] = mach->CondMask;
5315 mach->CondMask = mach->CondStack[mach->CondStackTop];
5355 /* push CondMask */
5357 mach->CondStack[mach->CondStackTop++] = mach->CondMask;
5361 mach->CondMask &= ~(1 << i);
5365 if (!mach->CondMask)
5370 /* push CondMask */
5372 mach->CondStack[mach->CondStackTop++] = mach->CondMask;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h419 uint CondMask; /**< For IF/ELSE/ENDIF */ member in struct:tgsi_exec_machine
423 uint ExecMask; /**< = CondMask & LoopMask */
H A Dtgsi_exec.c44 * The ExecMask is computed from three other masks (CondMask, LoopMask and
970 MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->FuncMask
5552 mach->CondStack[mach->CondStackTop++] = mach->CondMask;
5591 mach->CondMask = mach->CondStack[mach->CondStackTop];
5631 /* push CondMask */
5633 mach->CondStack[mach->CondStackTop++] = mach->CondMask;
5635 /* update CondMask */
5637 mach->CondMask &= ~0x1;
5640 mach->CondMask &= ~0x2;
5643 mach->CondMask
[all...]

Completed in 89 milliseconds