Searched refs:nir_copy_prop (Results 1 - 25 of 60) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_program.c101 NIR_PASS(progress, s, nir_copy_prop);
138 NIR_PASS(progress, s, nir_copy_prop);
155 NIR_PASS_V(s, nir_copy_prop);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir.c556 OPT(nir_copy_prop);
562 OPT(nir_copy_prop);
615 OPT(nir_copy_prop);
1024 OPT(nir_copy_prop);
1099 OPT(nir_copy_prop);
1128 OPT(nir_copy_prop);
1141 OPT(nir_copy_prop);
1146 OPT(nir_copy_prop);
1152 OPT(nir_copy_prop);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_nir.c126 progress |= OPT(s, nir_copy_prop);
147 OPT(s, nir_copy_prop);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_copy_propagate.c187 nir_copy_prop(nir_shader *shader) function in typeref:typename:bool
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_program.c126 NIR_PASS(progress, s, nir_copy_prop);
144 NIR_PASS_V(s, nir_copy_prop);
230 NIR_PASS(progress, s, nir_copy_prop);
258 NIR_PASS_V(s, nir_copy_prop);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_nir_optim.c198 NIR_PASS(progress, sh, nir_copy_prop);
H A Dsi_shader_nir.c580 NIR_PASS(progress, nir, nir_copy_prop);
641 NIR_PASS_V(nir, nir_copy_prop);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.1.rst37 - NIR validation failed after nir_copy_prop
111 - spirv: run nir_copy_prop before nir_rematerialize_derefs_in_use_blocks_impl
H A D21.1.1.rst78 - radv: call nir_copy_prop() after load-store vectorization
/xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.c275 NIR_PASS(progress, nir, nir_copy_prop);
284 NIR_PASS(progress, nir, nir_copy_prop);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir.c562 OPT(nir_copy_prop);
568 OPT(nir_copy_prop);
607 OPT(nir_copy_prop);
873 OPT(nir_copy_prop);
897 OPT(nir_copy_prop);
/xsrc/external/mit/MesaLib/dist/src/compiler/clc/
H A Dclc.c100 NIR_PASS(progress, s, nir_copy_prop);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_copy_propagate.c289 nir_copy_prop(nir_shader *shader) function in typeref:typename:bool
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglspirv.c296 NIR_PASS_V(nir, nir_copy_prop);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp718 NIR_PASS(progress, shader, nir_copy_prop);
730 NIR_PASS(progress, shader, nir_copy_prop);
895 NIR_PASS_V(sel->nir, nir_copy_prop);
946 //NIR_PASS_V(sh, nir_copy_prop);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir.c212 progress |= OPT(s, nir_copy_prop);
270 OPT(s, nir_copy_prop);
742 OPT_V(s, nir_copy_prop);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/
H A Dvars_tests.cpp985 nir_copy_prop(b->shader);
1024 nir_copy_prop(b->shader);
1090 nir_copy_prop(b->shader);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c66 progress |= OPT(s, nir_copy_prop);
81 OPT(s, nir_copy_prop);
1073 OPT_V(ctx->nir, nir_copy_prop);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c150 progress |= OPT(s, nir_copy_prop);
164 OPT(s, nir_copy_prop);
1158 NIR_PASS_V(s, nir_copy_prop);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c78 progress |= OPT(s, nir_copy_prop);
93 OPT(s, nir_copy_prop);
1106 OPT_V(ctx->nir, nir_copy_prop);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c540 NIR_PASS_V(nir, nir_copy_prop);
605 NIR_PASS(progress, nir, nir_copy_prop);
621 NIR_PASS(progress, nir, nir_copy_prop);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_screen.c189 NIR_PASS(progress, s, nir_copy_prop);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c830 NIR_PASS(progress, nir, nir_copy_prop);
835 NIR_PASS(progress, nir, nir_copy_prop);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp319 NIR_PASS(progress, nir, nir_copy_prop);
324 NIR_PASS(progress, nir, nir_copy_prop);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.c152 NIR_PASS(progress, shader, nir_copy_prop);
157 NIR_PASS(progress, shader, nir_copy_prop);

Completed in 77 milliseconds

123