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 D | nir_lower_scratch.c | 95 nir_lower_vars_to_scratch(nir_shader *shader, in nir_lower_vars_to_scratch() function
|
H A D | nir.h | 5513 bool nir_lower_vars_to_scratch(nir_shader *shader,
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir.cpp | 843 nir_lower_vars_to_scratch, in r600_lower_and_optimize_nir()
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir.c | 967 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 D | ac_nir.c | 655 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 D | vir.c | 1755 NIR_PASS(_, c->s, nir_lower_vars_to_scratch, in v3d_attempt_compile()
|
/aosp_15_r20/external/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 3433 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 D | bifrost_compile.c | 5057 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 D | 21.0.0.rst | 793 - ir3: Enable nir_lower_vars_to_scratch on a6xx
|
H A D | 20.3.0.rst | 2687 - intel/nir: Stop using nir_lower_vars_to_scratch
|
H A D | 22.2.0.rst | 2807 - bifrost: Run nir_lower_global_vars_to_local before nir_lower_vars_to_scratch
|