Searched refs:nir_lower_compute_system_values (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_nir_builtins.c46 NIR_PASS_V(nir, nir_lower_compute_system_values, NULL);
H A Dst_glsl_to_nir.cpp845 NIR_PASS_V(nir, nir_lower_compute_system_values, NULL);
H A Dst_program.c386 NIR_PASS_V(nir, nir_lower_compute_system_values, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c181 NIR_PASS_V(nir, nir_lower_compute_system_values, NULL);
407 nir_lower_compute_system_values(nir, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c869 NIR_PASS_V(nir, nir_lower_compute_system_values, NULL);
880 NIR_PASS_V(nir, nir_lower_compute_system_values, &options);
886 NIR_PASS_V(nir, nir_lower_compute_system_values, &options);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_system_values.c502 nir_lower_compute_system_values(nir_shader *shader, function in typeref:typename:bool
H A Dnir.h5048 bool nir_lower_compute_system_values(nir_shader *shader,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp483 NIR_PASS_V(nir, nir_lower_compute_system_values, &sysval_options);
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c521 NIR_PASS_V(nir, nir_lower_compute_system_values, NULL);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir.c827 OPT(nir_lower_compute_system_values, NULL);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir.c483 * nir_lower_compute_system_values() will replace local_size with a
554 NIR_PASS_V(s, nir_lower_compute_system_values, NULL);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_shader.c158 NIR_PASS_V(nir, nir_lower_compute_system_values, &compute_sysval_options);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c560 NIR_PASS_V(nir, nir_lower_compute_system_values, NULL);
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler.c1095 NIR_PASS_V(nir, nir_lower_compute_system_values, &compute_options);
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir.c640 NIR_PASS_V(c->s, nir_lower_compute_system_values, NULL);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.c618 NIR_PASS_V(nir, nir_lower_compute_system_values, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c2475 NIR_PASS_V(nir, nir_lower_compute_system_values, NULL);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst2917 - nir: Add options to nir_lower_compute_system_values to control compute ID base lowering

Completed in 67 milliseconds