Searched refs:nir_lower_vars_to_scratch (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | ac_nir.c | 36 NIR_PASS(progress, shader, nir_lower_vars_to_scratch, nir_var_function_temp, 256, in ac_nir_lower_indirect_derefs()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_scratch.c | 99 nir_lower_vars_to_scratch(nir_shader *shader, in nir_lower_vars_to_scratch() function
|
D | nir.h | 4702 bool nir_lower_vars_to_scratch(nir_shader *shader,
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 705 progress |= OPT(s, nir_lower_vars_to_scratch, nir_var_function_temp, in ir3_nir_lower_variant()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir.cpp | 929 NIR_PASS_V(sh, nir_lower_vars_to_scratch, in r600_shader_from_nir()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 1389 NIR_PASS_V(nir, nir_lower_vars_to_scratch, nir_var_function_temp, 16, in agx_compile_shader_nir()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | vir.c | 642 NIR_PASS_V(c->s, nir_lower_vars_to_scratch, in v3d_lower_nir()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 3687 NIR_PASS_V(nir, nir_lower_vars_to_scratch, nir_var_function_temp, 16, in bifrost_compile_shader_nir()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.0.0.rst | 793 - ir3: Enable nir_lower_vars_to_scratch on a6xx
|
D | 20.3.0.rst | 2687 - intel/nir: Stop using nir_lower_vars_to_scratch
|