Home
last modified time | relevance | path

Searched refs:nir_opt_find_array_copies (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c73 NIR_PASS(progress, nir, nir_opt_find_array_copies); in si_nir_opts()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_screen.c204 NIR_PASS(progress, s, nir_opt_find_array_copies); in i915_optimize_nir()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_find_array_copies.c675 nir_opt_find_array_copies(nir_shader *shader) in nir_opt_find_array_copies() function
Dmeson.build237 'nir_opt_find_array_copies.c',
Dnir.h5498 bool nir_opt_find_array_copies(nir_shader *shader);
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.c99 progress |= OPT(s, nir_opt_find_array_copies); in ir3_optimize_loop()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c550 OPT(nir_opt_find_array_copies); in brw_nir_optimize()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c183 NIR_PASS(progress, shader, nir_opt_find_array_copies); in radv_optimize_nir()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c278 OPT(nir_opt_find_array_copies); in nir_optimize()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c3181 NIR_PASS(progress, s, nir_opt_find_array_copies); in ntt_optimize_nir()
/third_party/mesa3d/docs/relnotes/
D22.1.0.rst1221 - nir_to_tgsi: Do the required cleanup for nir_opt_find_array_copies().
D22.2.0.rst1768 - freedreno/ir3: Call nir_opt_find_array_copies().
/third_party/mesa3d/ohos/
Ddependency_inputs.gni1041 "../src/compiler/nir/nir_opt_find_array_copies.c",