Home
last modified time | relevance | path

Searched refs:NonHelperMask (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_fs_exec.c124 machine->NonHelperMask = quad->inout.mask; in exec_run()
Dsp_compute.c206 machines[idx]->NonHelperMask = (1 << (MIN2(TGSI_QUAD_SIZE, bwidth - local_x))) - 1; in softpipe_launch_grid()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h343 uint NonHelperMask; /**< non-helpers */ member
Dtgsi_exec.c3673 params.execmask = mach->ExecMask & mach->NonHelperMask & ~mach->KillMask; in exec_load_img()
3814 params.execmask = mach->ExecMask & mach->NonHelperMask & ~mach->KillMask; in exec_store_img()
3849 int execmask = mach->ExecMask & mach->NonHelperMask & ~mach->KillMask; in exec_store_membuf()
3917 params.execmask = mach->ExecMask & mach->NonHelperMask & ~mach->KillMask; in exec_atomop_img()
3972 int execmask = mach->ExecMask & mach->NonHelperMask & ~mach->KillMask; in exec_atomop_membuf()
4088 params.execmask = mach->ExecMask & mach->NonHelperMask & ~mach->KillMask; in exec_resq_img()
5990 if (mach->NonHelperMask == 0) in tgsi_exec_machine_setup_masks()
5991 mach->NonHelperMask = default_mask; in tgsi_exec_machine_setup_masks()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c169 machine->NonHelperMask = (1 << max_vertices) - 1; in vs_exec_run_linear()