Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_scratch.c95 nir_lower_vars_to_scratch(nir_shader *shader, in nir_lower_vars_to_scratch() function
Dnir.h5607 bool nir_lower_vars_to_scratch(nir_shader *shader,
/external/mesa3d/src/amd/common/nir/
Dac_nir.c207 NIR_PASS(progress, shader, nir_lower_vars_to_scratch, nir_var_function_temp, 256, in ac_nir_lower_indirect_derefs()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp843 nir_lower_vars_to_scratch, in r600_lower_and_optimize_nir()
/external/mesa3d/src/freedreno/ir3/
Dir3_nir.c1073 progress |= OPT(s, nir_lower_vars_to_scratch, nir_var_function_temp, in ir3_nir_lower_variant()
/external/mesa3d/src/asahi/compiler/
Dagx_compile.c3695 NIR_PASS(_, nir, nir_lower_vars_to_scratch, nir_var_function_temp, 256, in agx_preprocess_nir()
3809 NIR_PASS(_, nir, nir_lower_vars_to_scratch, nir_var_function_temp, 256, in agx_compile_shader_nir()
/external/mesa3d/src/broadcom/compiler/
Dvir.c1777 NIR_PASS(_, c->s, nir_lower_vars_to_scratch, in v3d_attempt_compile()
/external/mesa3d/src/panfrost/compiler/
Dbifrost_compile.c5203 NIR_PASS(_, nir, nir_lower_vars_to_scratch, nir_var_function_temp, 256, in bifrost_preprocess_nir()
/external/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
D22.2.0.rst2807 - bifrost: Run nir_lower_global_vars_to_local before nir_lower_vars_to_scratch