HomeSort by relevance Sort by last modified time
    Searched full:execmask (Results 1 - 7 of 7) 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.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...]
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 */
  /external/llvm/lib/Target/AMDGPU/
SIWholeQuadMode.cpp 147 // Scan instructions to determine which ones require an Exact execmask and
  /external/llvm/lib/Target/AMDGPU/InstPrinter/
AMDGPUInstPrinter.cpp 670 printIfSet(MI, OpNo, O, "ExecMask,");
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_nir.cpp     [all...]

Completed in 5368 milliseconds