| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_program.c | 101 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 D | brw_nir.c | 556 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 D | ir3_nir.c | 126 progress |= OPT(s, nir_copy_prop); 147 OPT(s, nir_copy_prop);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_copy_propagate.c | 187 nir_copy_prop(nir_shader *shader) function in typeref:typename:bool
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_program.c | 126 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 D | si_nir_optim.c | 198 NIR_PASS(progress, sh, nir_copy_prop);
|
| H A D | si_shader_nir.c | 580 NIR_PASS(progress, nir, nir_copy_prop); 641 NIR_PASS_V(nir, nir_copy_prop);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.1.rst | 37 - NIR validation failed after nir_copy_prop 111 - spirv: run nir_copy_prop before nir_rematerialize_derefs_in_use_blocks_impl
|
| H A D | 21.1.1.rst | 78 - radv: call nir_copy_prop() after load-store vectorization
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/ |
| H A D | spirv_to_dxil.c | 275 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 D | brw_nir.c | 562 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 D | clc.c | 100 NIR_PASS(progress, s, nir_copy_prop);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_opt_copy_propagate.c | 289 nir_copy_prop(nir_shader *shader) function in typeref:typename:bool
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | glspirv.c | 296 NIR_PASS_V(nir, nir_copy_prop);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir.cpp | 718 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 D | ir3_nir.c | 212 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 D | vars_tests.cpp | 985 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 D | ir2_nir.c | 66 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 D | etnaviv_compiler_nir.c | 150 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 D | ir2_nir.c | 78 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 D | lvp_pipeline.c | 540 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 D | i915_screen.c | 189 NIR_PASS(progress, s, nir_copy_prop);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 830 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 D | st_glsl_to_nir.cpp | 319 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 D | radv_shader.c | 152 NIR_PASS(progress, shader, nir_copy_prop); 157 NIR_PASS(progress, shader, nir_copy_prop);
|