Home
last modified time | relevance | path

Searched refs:nir_opt_cse (Results 1 – 25 of 36) sorted by relevance

12

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_cse.c68 nir_opt_cse(nir_shader *shader) in nir_opt_cse() function
Dmeson.build222 'nir_opt_cse.c',
Dnir_lower_shader_calls.c1105 NIR_PASS(progress, shader, nir_opt_cse); in nir_lower_shader_calls()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c564 OPT(nir_opt_cse); in brw_nir_optimize()
1026 OPT(nir_opt_cse); in brw_vectorize_lower_mem_access()
1101 OPT(nir_opt_cse); in brw_postprocess_nir()
1130 OPT(nir_opt_cse); in brw_postprocess_nir()
1143 OPT(nir_opt_cse); in brw_postprocess_nir()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c592 NIR_PASS(progress, nir, nir_opt_cse); in si_nir_opts()
643 NIR_PASS_V(nir, nir_opt_cse); in si_nir_late_opts()
883 nir_opt_cse(nir); /* CSE load_local_invocation_id */ in si_lower_nir()
/third_party/mesa3d/src/compiler/clc/
Dclc.c105 NIR_PASS(progress, s, nir_opt_cse); in clc_libclc_optimize()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c130 NIR_PASS(progress, s, nir_opt_cse); in lima_program_optimize_vs_nir()
234 NIR_PASS(progress, s, nir_opt_cse); in lima_program_optimize_fs_nir()
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
Dspirv_to_dxil.c281 NIR_PASS(progress, nir, nir_opt_cse); in spirv_to_dxil()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.c214 progress |= OPT(s, nir_opt_cse); in ir3_optimize_loop()
743 OPT_V(s, nir_opt_cse); in ir3_nir_lower_variant()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_screen.c196 NIR_PASS(progress, s, nir_opt_cse); in i915_optimize_nir()
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c876 NIR_PASS(progress, nir, nir_opt_cse); in clc_spirv_to_dxil()
907 NIR_PASS(progress, nir, nir_opt_cse); in clc_spirv_to_dxil()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c166 NIR_PASS(progress, shader, nir_opt_cse); in radv_optimize_nir()
192 NIR_PASS_V(nir, nir_opt_cse); in radv_optimize_nir_algebraic()
212 NIR_PASS_V(nir, nir_opt_cse); in radv_optimize_nir_algebraic()
/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c1230 NIR_PASS(progress, nir, nir_opt_cse); in agx_optimize_nir()
1245 NIR_PASS_V(nir, nir_opt_cse); in agx_optimize_nir()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c434 NIR_PASS(progress, s, nir_opt_cse); in optimize_nir()
448 NIR_PASS_V(s, nir_opt_cse); in optimize_nir()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp296 NIR_PASS(progress, nir, nir_opt_cse); in st_nir_opts()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp736 NIR_PASS(progress, shader, nir_opt_cse); in optimize_once()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c629 NIR_PASS(progress, nir, nir_opt_cse); in lvp_shader_compile_to_ir()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c80 progress |= OPT(s, nir_opt_cse); in ir2_optimize_loop()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c152 progress |= OPT(s, nir_opt_cse); in etna_optimize_loop()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2568 NIR_PASS(progress, s, nir_opt_cse); in ntt_optimize_nir()
3114 NIR_PASS_V(s, nir_opt_cse); in nir_to_tgsi()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c300 OPT(nir_opt_cse); in nir_optimize()
1721 NIR_PASS(progress, nir, nir_opt_cse); in st_nir_opts()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1529 NIR_PASS(progress, s, nir_opt_cse); in vc4_optimize_nir()
2339 NIR_PASS_V(c->s, nir_opt_cse); in vc4_shader_ntq()
/third_party/mesa3d/src/broadcom/compiler/
Dvir.c1525 NIR_PASS_V(c->s, nir_opt_cse); in v3d_attempt_compile()
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c3369 NIR_PASS(progress, nir, nir_opt_cse); in bi_optimize_nir()
3415 NIR_PASS(progress, nir, nir_opt_cse); in bi_optimize_nir()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2670 NIR_PASS_V(nir, nir_opt_cse); in glsl_float64_funcs_to_nir()

12