/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_cse.c | 68 nir_opt_cse(nir_shader *shader) in nir_opt_cse() function
|
D | meson.build | 222 'nir_opt_cse.c',
|
D | nir_lower_shader_calls.c | 1105 NIR_PASS(progress, shader, nir_opt_cse); in nir_lower_shader_calls()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir.c | 564 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/ |
D | si_shader_nir.c | 592 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/ |
D | clc.c | 105 NIR_PASS(progress, s, nir_opt_cse); in clc_libclc_optimize()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_program.c | 130 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/ |
D | spirv_to_dxil.c | 281 NIR_PASS(progress, nir, nir_opt_cse); in spirv_to_dxil()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 214 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/ |
D | i915_screen.c | 196 NIR_PASS(progress, s, nir_opt_cse); in i915_optimize_nir()
|
/third_party/mesa3d/src/microsoft/clc/ |
D | clc_compiler.c | 876 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/ |
D | radv_shader.c | 166 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/ |
D | agx_compile.c | 1230 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/ |
D | zink_compiler.c | 434 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/ |
D | st_glsl_to_nir.cpp | 296 NIR_PASS(progress, nir, nir_opt_cse); in st_nir_opts()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir.cpp | 736 NIR_PASS(progress, shader, nir_opt_cse); in optimize_once()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipeline.c | 629 NIR_PASS(progress, nir, nir_opt_cse); in lvp_shader_compile_to_ir()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 80 progress |= OPT(s, nir_opt_cse); in ir2_optimize_loop()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 152 progress |= OPT(s, nir_opt_cse); in etna_optimize_loop()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 2568 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/ |
D | v3dv_pipeline.c | 300 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/ |
D | vc4_program.c | 1529 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/ |
D | vir.c | 1525 NIR_PASS_V(c->s, nir_opt_cse); in v3d_attempt_compile()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 3369 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/ |
D | glsl_to_nir.cpp | 2670 NIR_PASS_V(nir, nir_opt_cse); in glsl_float64_funcs_to_nir()
|