Home
last modified time | relevance | path

Searched refs:execmask (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h114 unsigned execmask; member
152 unsigned execmask; member
H A Dtgsi_exec.c1519 const uint execmask = mach->ExecMask; in get_index_registers() local
1530 if ((execmask & (1 << i)) == 0) in get_index_registers()
1561 const uint execmask = mach->ExecMask; in get_index_registers() local
1572 if ((execmask & (1 << i)) == 0) { in get_index_registers()
1697 debug_printf("STORING OUT[%d] mask(%d), = (", offset + index, execmask); in store_dest_dstret()
1699 if (execmask & (1 << i)) in store_dest_dstret()
1732 const uint execmask = mach->ExecMask; in store_dest_double() local
1741 if (execmask & (1 << i)) in store_dest_double()
1753 const uint execmask = mach->ExecMask; in store_dest() local
1762 if (execmask in store_dest()
2001 const uint execmask = mach->ExecMask; fetch_sampler_unit() local
3421 const uint execmask = mach->ExecMask; store_double_channel() local
3773 const uint execmask = mach->ExecMask; fetch_store_img_unit() local
3849 int execmask = mach->ExecMask & mach->NonHelperMask & ~mach->KillMask; exec_store_membuf() local
3972 int execmask = mach->ExecMask & mach->NonHelperMask & ~mach->KillMask; exec_atomop_membuf() local
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_image.c240 if (!(params->execmask & (1 << j))) in sp_tgsi_load()
325 if (!(params->execmask & (1 << j))) in sp_tgsi_store()
673 /* just readback the value for atomic if execmask isn't set */ in sp_tgsi_op()
674 if (!(params->execmask & (1 << j))) { in sp_tgsi_op()

Completed in 8 milliseconds