Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_scratch.c95 nir_lower_vars_to_scratch(nir_shader *shader, in nir_lower_vars_to_scratch() function
H A Dnir.h5513 bool nir_lower_vars_to_scratch(nir_shader *shader,
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp843 nir_lower_vars_to_scratch, in r600_lower_and_optimize_nir()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_nir.c967 progress |= OPT(s, nir_lower_vars_to_scratch, nir_var_function_temp, in ir3_nir_lower_variant()
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir.c655 NIR_PASS(progress, shader, nir_lower_vars_to_scratch, nir_var_function_temp, 256, in ac_nir_lower_indirect_derefs()
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dvir.c1755 NIR_PASS(_, c->s, nir_lower_vars_to_scratch, in v3d_attempt_compile()
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_compile.c3433 NIR_PASS(_, nir, nir_lower_vars_to_scratch, nir_var_function_temp, 16, in agx_preprocess_nir()
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dbifrost_compile.c5057 NIR_PASS_V(nir, nir_lower_vars_to_scratch, nir_var_function_temp, 256, in bifrost_preprocess_nir()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D21.0.0.rst793 - ir3: Enable nir_lower_vars_to_scratch on a6xx
H A D20.3.0.rst2687 - intel/nir: Stop using nir_lower_vars_to_scratch
H A D22.2.0.rst2807 - bifrost: Run nir_lower_global_vars_to_local before nir_lower_vars_to_scratch