HomeSort by relevance Sort by last modified time
    Searched refs:ExecMask (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 289 uint ExecMask; /**< = CondMask & LoopMask */
tgsi_exec.c 41 * control writing to destination registers. This is the ExecMask.
44 * The ExecMask is computed from three other masks (CondMask, LoopMask and
489 MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->FuncMask
1218 const uint execmask = mach->ExecMask; local
1280 const uint execmask = mach->ExecMask; local
1361 uint execmask = mach->ExecMask; local
1435 const uint execmask = mach->ExecMask; local
    [all...]

Completed in 236 milliseconds