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 D | st_nir_builtins.c | 46 NIR_PASS_V(nir, nir_lower_compute_system_values, NULL);
|
| H A D | st_glsl_to_nir.cpp | 845 NIR_PASS_V(nir, nir_lower_compute_system_values, NULL);
|
| H A D | st_program.c | 386 NIR_PASS_V(nir, nir_lower_compute_system_values, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/ |
| H A D | ir3_cmdline.c | 181 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 D | si_shader_nir.c | 869 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 D | nir_lower_system_values.c | 502 nir_lower_compute_system_values(nir_shader *shader, function in typeref:typename:bool
|
| H A D | nir.h | 5048 bool nir_lower_compute_system_values(nir_shader *shader,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/nir/ |
| H A D | invocation.cpp | 483 NIR_PASS_V(nir, nir_lower_compute_system_values, &sysval_options);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_shader.c | 521 NIR_PASS_V(nir, nir_lower_compute_system_values, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir.c | 827 OPT(nir_lower_compute_system_values, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_nir.c | 483 * 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 D | tu_shader.c | 158 NIR_PASS_V(nir, nir_lower_compute_system_values, &compute_sysval_options);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_pipeline.c | 560 NIR_PASS_V(nir, nir_lower_compute_system_values, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/ |
| H A D | clc_compiler.c | 1095 NIR_PASS_V(nir, nir_lower_compute_system_values, &compute_options);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | vir.c | 640 NIR_PASS_V(c->s, nir_lower_compute_system_values, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader.c | 618 NIR_PASS_V(nir, nir_lower_compute_system_values, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 2475 NIR_PASS_V(nir, nir_lower_compute_system_values, NULL);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.0.rst | 2917 - nir: Add options to nir_lower_compute_system_values to control compute ID base lowering
|
Completed in 67 milliseconds