Home
last modified time | relevance | path

Searched refs:execmask (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_buffer.c78 if (!(params->execmask & (1 << j))) in sp_tgsi_load()
134 if (!(params->execmask & (1 << j))) in sp_tgsi_store()
320 if (!(params->execmask & (1 << j))) { in sp_tgsi_op()
Dsp_image.c240 if (!(params->execmask & (1 << j))) in sp_tgsi_load()
344 if (!(params->execmask & (1 << j))) in sp_tgsi_store()
707 if (!(params->execmask & (1 << j))) { in sp_tgsi_op()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h105 unsigned execmask; member
143 unsigned execmask; member
Dtgsi_exec.c1637 const uint execmask = mach->ExecMask; in fetch_source_d() local
1665 if ((execmask & (1 << i)) == 0) in fetch_source_d()
1698 const uint execmask = mach->ExecMask; in fetch_source_d() local
1724 if ((execmask & (1 << i)) == 0) { in fetch_source_d()
1789 uint execmask = mach->ExecMask; in store_dest_dstret() local
1863 const uint execmask = mach->ExecMask; in store_dest_dstret() local
1890 if ((execmask & (1 << i)) == 0) { in store_dest_dstret()
1921 debug_printf("STORING OUT[%d] mask(%d), = (", offset + index, execmask); in store_dest_dstret()
1923 if (execmask & (1 << i)) in store_dest_dstret()
1981 execmask &= ~(1 << i); in store_dest_dstret()
[all …]