/external/mesa3d/src/intel/compiler/ |
D | brw_nir.c | 556 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/ |
D | lima_program.c | 121 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/ |
D | ir3_nir.c | 204 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/ |
D | nir_opt_copy_propagate.c | 293 nir_copy_prop(nir_shader *shader) in nir_copy_prop() function
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 454 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/ |
D | ir2_nir.c | 72 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/ |
D | glspirv.c | 289 NIR_PASS_V(nir, nir_copy_prop); in _mesa_spirv_to_nir()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 171 NIR_PASS(progress, s, nir_copy_prop); in optimize_nir()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 149 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/ |
D | st_glsl_to_nir.cpp | 281 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/ |
D | sfn_nir.cpp | 705 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/ |
D | lvp_pipeline.c | 544 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/ |
D | radv_shader.c | 205 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()
|
D | radv_pipeline.c | 2277 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/ |
D | vir.c | 1132 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/ |
D | invocation.cpp | 426 NIR_PASS_V(nir, nir_copy_prop);
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 304 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/ |
D | midgard_compile.c | 274 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/ |
D | vars_tests.cpp | 1627 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/ |
D | tu_shader.c | 135 NIR_PASS_V(nir, nir_copy_prop); in tu_spirv_to_nir()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 2287 NIR_PASS(progress, s, nir_copy_prop); in ntt_optimize_nir() 2582 NIR_PASS_V(s, nir_copy_prop); in nir_to_tgsi()
|
D | tgsi_to_nir.c | 2424 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/ |
D | vc4_program.c | 1536 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/ |
D | nv50_ir_from_nir.cpp | 3143 NIR_PASS(progress, nir, nir_copy_prop); in run() 3149 NIR_PASS(progress, nir, nir_copy_prop); in run()
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 2297 NIR_PASS(progress, nir, nir_copy_prop); in bi_optimize_nir()
|