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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c41 * control writing to destination registers. This is the ExecMask.
44 * 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
1656 const uint execmask = mach->ExecMask;
1716 const uint execmask = mach->ExecMask;
1890 const uint execmask = mach->ExecMask;
1983 const uint execmask = mach->ExecMask;
2005 const uint execmask = mach->ExecMask;
2075 kilmask &= mach->ExecMask;
2089 kilmask = mach->ExecMask;
[all...]
H A Dtgsi_exec.h423 uint ExecMask; /**< = CondMask & LoopMask */ member in struct:tgsi_exec_machine
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h349 uint ExecMask; /**< = CondMask & LoopMask */ member in struct:tgsi_exec_machine
H A Dtgsi_exec.c41 * control writing to destination registers. This is the ExecMask.
44 * 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
1548 const uint execmask = mach->ExecMask;
1608 const uint execmask = mach->ExecMask;
1793 const uint execmask = mach->ExecMask;
1814 const uint execmask = mach->ExecMask;
1878 kilmask &= mach->ExecMask;
1892 mach->KillMask |= mach->ExecMask;
1905 if ((mach->ExecMask
[all...]

Completed in 13 milliseconds