Home
last modified time | relevance | path

Searched refs:nir_copy_prop (Results 1 – 25 of 32) sorted by relevance

12

/external/mesa3d/src/intel/compiler/
Dbrw_nir.c556 OPT(nir_copy_prop); in brw_nir_optimize()
562 OPT(nir_copy_prop); in brw_nir_optimize()
615 OPT(nir_copy_prop); in brw_nir_optimize()
997 OPT(nir_copy_prop); in brw_vectorize_lower_mem_access()
1062 OPT(nir_copy_prop); in brw_postprocess_nir()
1091 OPT(nir_copy_prop); in brw_postprocess_nir()
1104 OPT(nir_copy_prop); in brw_postprocess_nir()
1109 OPT(nir_copy_prop); in brw_postprocess_nir()
1114 OPT(nir_copy_prop); in brw_postprocess_nir()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_program.c121 NIR_PASS(progress, s, nir_copy_prop); in lima_program_optimize_vs_nir()
142 NIR_PASS_V(s, nir_copy_prop); in lima_program_optimize_vs_nir()
216 NIR_PASS(progress, s, nir_copy_prop); in lima_program_optimize_fs_nir()
247 NIR_PASS_V(s, nir_copy_prop); in lima_program_optimize_fs_nir()
/external/mesa3d/src/freedreno/ir3/
Dir3_nir.c204 progress |= OPT(s, nir_copy_prop); in ir3_optimize_loop()
245 OPT(s, nir_copy_prop); in ir3_optimize_loop()
523 OPT_V(s, nir_copy_prop); in ir3_nir_lower_variant()
/external/mesa3d/src/compiler/nir/
Dnir_opt_copy_propagate.c293 nir_copy_prop(nir_shader *shader) in nir_copy_prop() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c454 NIR_PASS(progress, nir, nir_copy_prop); in si_nir_opts()
707 NIR_PASS_V(nir, nir_copy_prop); in si_lower_nir()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c72 progress |= OPT(s, nir_copy_prop); in ir2_optimize_loop()
87 OPT(s, nir_copy_prop); in ir2_optimize_loop()
1097 OPT_V(ctx->nir, nir_copy_prop); in ir2_nir_compile()
/external/mesa3d/src/mesa/main/
Dglspirv.c289 NIR_PASS_V(nir, nir_copy_prop); in _mesa_spirv_to_nir()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c171 NIR_PASS(progress, s, nir_copy_prop); in optimize_nir()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c149 progress |= OPT(s, nir_copy_prop); in etna_optimize_loop()
163 OPT(s, nir_copy_prop); in etna_optimize_loop()
1131 NIR_PASS_V(s, nir_copy_prop); in etna_compile_shader_nir()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp281 NIR_PASS(progress, nir, nir_copy_prop); in st_nir_opts()
286 NIR_PASS(progress, nir, nir_copy_prop); in st_nir_opts()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp705 NIR_PASS(progress, shader, nir_copy_prop); in optimize_once()
717 NIR_PASS(progress, shader, nir_copy_prop); in optimize_once()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c544 NIR_PASS_V(nir, nir_copy_prop); in lvp_shader_compile_to_ir()
605 progress |= nir_copy_prop(nir); in lvp_shader_compile_to_ir()
/external/mesa3d/src/amd/vulkan/
Dradv_shader.c205 NIR_PASS(progress, shader, nir_copy_prop); in radv_optimize_nir()
210 NIR_PASS(progress, shader, nir_copy_prop); in radv_optimize_nir()
511 NIR_PASS_V(nir, nir_copy_prop); in radv_shader_compile_to_nir()
Dradv_pipeline.c2277 nir_copy_prop(ordered_shaders[i]); in radv_link_shaders()
3220 NIR_PASS_V(nir[i], nir_copy_prop); in radv_create_shaders()
3237 NIR_PASS_V(nir[i], nir_copy_prop); in radv_create_shaders()
/external/mesa3d/src/broadcom/compiler/
Dvir.c1132 NIR_PASS_V(c->s, nir_copy_prop); in v3d_attempt_compile()
1148 NIR_PASS_V(c->s, nir_copy_prop); in v3d_attempt_compile()
/external/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp426 NIR_PASS_V(nir, nir_copy_prop);
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c304 OPT(nir_copy_prop); in nir_optimize()
307 OPT(nir_copy_prop); in nir_optimize()
1691 NIR_PASS(progress, nir, nir_copy_prop); in st_nir_opts()
1696 NIR_PASS(progress, nir, nir_copy_prop); in st_nir_opts()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c274 NIR_PASS(progress, nir, nir_copy_prop); in optimise_nir()
328 NIR_PASS(progress, nir, nir_copy_prop); in optimise_nir()
341 NIR_PASS(progress, nir, nir_copy_prop); in optimise_nir()
/external/mesa3d/src/compiler/nir/tests/
Dvars_tests.cpp1627 nir_copy_prop(b->shader); in TEST_F()
1666 nir_copy_prop(b->shader); in TEST_F()
1732 nir_copy_prop(b->shader); in TEST_F()
/external/mesa3d/src/freedreno/vulkan/
Dtu_shader.c135 NIR_PASS_V(nir, nir_copy_prop); in tu_spirv_to_nir()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2287 NIR_PASS(progress, s, nir_copy_prop); in ntt_optimize_nir()
2582 NIR_PASS_V(s, nir_copy_prop); in nir_to_tgsi()
Dtgsi_to_nir.c2424 NIR_PASS(progress, nir, nir_copy_prop); in ttn_optimize_nir()
2430 NIR_PASS(progress, nir, nir_copy_prop); in ttn_optimize_nir()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1536 NIR_PASS(progress, s, nir_copy_prop); in vc4_optimize_nir()
2341 NIR_PASS_V(c->s, nir_copy_prop); in vc4_shader_ntq()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp3143 NIR_PASS(progress, nir, nir_copy_prop); in run()
3149 NIR_PASS(progress, nir, nir_copy_prop); in run()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2297 NIR_PASS(progress, nir, nir_copy_prop); in bi_optimize_nir()

12