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

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_buffer.c 78 if (!(params->execmask & (1 << j)))
134 if (!(params->execmask & (1 << j)))
319 /* just readback the value for atomic if execmask isn't set */
320 if (!(params->execmask & (1 << j))) {
sp_image.c 240 if (!(params->execmask & (1 << j)))
344 if (!(params->execmask & (1 << j)))
706 /* just readback the value for atomic if execmask isn't set */
707 if (!(params->execmask & (1 << j))) {
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 105 unsigned execmask; member in struct:tgsi_image_params
143 unsigned execmask; member in struct:tgsi_buffer_params
399 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
967 MACH->ExecMask = MACH->CondMask & MACH->LoopMask & MACH->ContMask & MACH->Switch.mask & MACH->FuncMask
1637 const uint execmask = mach->ExecMask; local
1698 const uint execmask = mach->ExecMask; local
1789 uint execmask = mach->ExecMask; local
1863 const uint execmask = mach->ExecMask; local
2005 const uint execmask = mach->ExecMask; local
2028 const uint execmask = mach->ExecMask; local
2269 const uint execmask = mach->ExecMask; local
3697 const uint execmask = mach->ExecMask; local
4146 int execmask = mach->ExecMask & mach->NonHelperMask & ~kilmask; local
4319 int execmask = mach->ExecMask & mach->NonHelperMask & ~kilmask; local
    [all...]

Completed in 219 milliseconds