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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_buffer.c78 if (!(params->execmask & (1 << j)))
134 if (!(params->execmask & (1 << j)))
326 /* just readback the value for atomic if execmask isn't set */
327 if (!(params->execmask & (1 << j))) {
H A Dsp_image.c240 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))) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h114 unsigned execmask; member in struct:tgsi_image_params
152 unsigned execmask; member in struct:tgsi_buffer_params
H A Dtgsi_exec.c1548 const uint execmask = mach->ExecMask; local in function:get_index_registers
1575 if ((execmask & (1 << i)) == 0)
1608 const uint execmask = mach->ExecMask; local in function:get_index_registers
1633 if ((execmask & (1 << i)) == 0) {
1758 debug_printf("STORING OUT[%d] mask(%d), = (", offset + index, execmask);
1760 if (execmask & (1 << i))
1793 const uint execmask = mach->ExecMask; local in function:store_dest_double
1802 if (execmask & (1 << i))
1814 const uint execmask = mach->ExecMask; local in function:store_dest
1823 if (execmask
2062 const uint execmask = mach->ExecMask; local in function:fetch_sampler_unit
3482 const uint execmask = mach->ExecMask; local in function:store_double_channel
3834 const uint execmask = mach->ExecMask; local in function:fetch_store_img_unit
3910 int execmask = mach->ExecMask & mach->NonHelperMask & ~mach->KillMask; local in function:exec_store_buf
3943 int execmask = mach->ExecMask & mach->NonHelperMask & ~mach->KillMask; local in function:exec_store_mem
4051 int execmask = mach->ExecMask & mach->NonHelperMask & ~mach->KillMask; local in function:exec_atomop_membuf
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h114 unsigned execmask; member in struct:tgsi_image_params
152 unsigned execmask; member in struct:tgsi_buffer_params
H A Dtgsi_exec.c1656 const uint execmask = mach->ExecMask; local in function:get_index_registers
1683 if ((execmask & (1 << i)) == 0)
1716 const uint execmask = mach->ExecMask; local in function:get_index_registers
1741 if ((execmask & (1 << i)) == 0) {
1890 const uint execmask = mach->ExecMask; local in function:store_dest_dstret
1916 if ((execmask & (1 << i)) == 0) {
1947 debug_printf("STORING OUT[%d] mask(%d), = (", offset + index, execmask);
1949 if (execmask & (1 << i))
1983 const uint execmask = mach->ExecMask; local in function:store_dest_double
1992 if (execmask
2005 const uint execmask = mach->ExecMask; local in function:store_dest
2261 const uint execmask = mach->ExecMask; local in function:fetch_sampler_unit
3696 const uint execmask = mach->ExecMask; local in function:store_double_channel
4062 const uint execmask = mach->ExecMask; local in function:fetch_store_img_unit
4175 int execmask = mach->ExecMask & mach->NonHelperMask & ~kilmask; local in function:exec_store_mem
4348 int execmask = mach->ExecMask & mach->NonHelperMask & ~kilmask; local in function:exec_atomop_mem
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_image.c240 if (!(params->execmask & (1 << j)))
325 if (!(params->execmask & (1 << j)))
673 /* just readback the value for atomic if execmask isn't set */
674 if (!(params->execmask & (1 << j))) {

Completed in 16 milliseconds