Searched refs:nir_lower_vars_to_scratch (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_scratch.c | 95 nir_lower_vars_to_scratch(nir_shader *shader, in nir_lower_vars_to_scratch() function
|
D | nir.h | 5607 bool nir_lower_vars_to_scratch(nir_shader *shader,
|
/external/mesa3d/src/amd/common/nir/ |
D | ac_nir.c | 207 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/ |
D | sfn_nir.cpp | 843 nir_lower_vars_to_scratch, in r600_lower_and_optimize_nir()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 1073 progress |= OPT(s, nir_lower_vars_to_scratch, nir_var_function_temp, in ir3_nir_lower_variant()
|
/external/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 3695 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/ |
D | vir.c | 1777 NIR_PASS(_, c->s, nir_lower_vars_to_scratch, in v3d_attempt_compile()
|
/external/mesa3d/src/panfrost/compiler/ |
D | bifrost_compile.c | 5203 NIR_PASS(_, nir, nir_lower_vars_to_scratch, nir_var_function_temp, 256, in bifrost_preprocess_nir()
|
/external/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
|
D | 22.2.0.rst | 2807 - bifrost: Run nir_lower_global_vars_to_local before nir_lower_vars_to_scratch
|