Home
last modified time | relevance | path

Searched refs:nir_lower_vars_to_scratch (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_nir.c36 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/
Dnir_lower_scratch.c99 nir_lower_vars_to_scratch(nir_shader *shader, in nir_lower_vars_to_scratch() function
Dnir.h4702 bool nir_lower_vars_to_scratch(nir_shader *shader,
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.c705 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/
Dsfn_nir.cpp929 NIR_PASS_V(sh, nir_lower_vars_to_scratch, in r600_shader_from_nir()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c1389 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/
Dvir.c642 NIR_PASS_V(c->s, nir_lower_vars_to_scratch, in v3d_lower_nir()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c3687 NIR_PASS_V(nir, nir_lower_vars_to_scratch, nir_var_function_temp, 16, in bifrost_compile_shader_nir()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst793 - ir3: Enable nir_lower_vars_to_scratch on a6xx
D20.3.0.rst2687 - intel/nir: Stop using nir_lower_vars_to_scratch