| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_nir.c | 123 progress |= OPT(s, nir_lower_alu_to_scalar);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_program.c | 99 NIR_PASS(progress, s, nir_lower_alu_to_scalar); 136 //NIR_PASS(progress, s, nir_lower_alu_to_scalar);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_program.c | 124 NIR_PASS(progress, s, nir_lower_alu_to_scalar, NULL, NULL); 229 NIR_PASS(progress, s, nir_lower_alu_to_scalar, lima_alu_to_scalar_filter_cb, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_alu_to_scalar.c | 27 /** @file nir_lower_alu_to_scalar.c 279 nir_lower_alu_to_scalar(nir_shader *shader) function in typeref:typename:bool
|
| H A D | nir.h | 3381 bool nir_lower_alu_to_scalar(nir_shader *shader);
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/ |
| H A D | spirv_to_dxil.c | 266 NIR_PASS_V(nir, nir_lower_alu_to_scalar, NULL, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir.c | 551 OPT(nir_lower_alu_to_scalar, NULL, NULL); 770 OPT(nir_lower_alu_to_scalar, NULL, NULL); 1138 OPT(nir_lower_alu_to_scalar, NULL, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir.cpp | 888 NIR_PASS_V(sel->nir, nir_lower_alu_to_scalar, r600_lower_to_scalar_instr_filter, NULL); 892 NIR_PASS_V(sel->nir, nir_lower_alu_to_scalar, r600_lower_to_scalar_instr_filter, NULL); 894 NIR_PASS_V(sel->nir, nir_lower_alu_to_scalar, r600_lower_to_scalar_instr_filter, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_nir.cpp | 279 NIR_PASS_V(nir, nir_lower_alu_to_scalar, 412 NIR_PASS_V(nir, nir_lower_alu_to_scalar, 549 NIR_PASS(revectorize, nir, nir_lower_alu_to_scalar, filter_64_bit_instr, nullptr);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_alu_to_scalar.c | 32 /** @file nir_lower_alu_to_scalar.c 357 nir_lower_alu_to_scalar(nir_shader *shader, nir_instr_filter_cb cb, const void *_data) function in typeref:typename:bool
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_nir.cpp | 313 NIR_PASS_V(nir, nir_lower_alu_to_scalar); 410 NIR_PASS_V(nir, nir_lower_alu_to_scalar);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | Makefile.sources | 234 nir/nir_lower_alu_to_scalar.c \
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_nir.c | 559 OPT(nir_lower_alu_to_scalar); 681 OPT(nir_lower_alu_to_scalar);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 562 NIR_PASS_V(nir, nir_lower_alu_to_scalar, si_alu_to_scalar_filter, sscreen); 587 NIR_PASS_V(nir, nir_lower_alu_to_scalar, si_alu_to_scalar_filter, sscreen);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir.c | 1121 NIR_PASS_V(s, nir_lower_alu_to_scalar, etna_alu_to_scalar_filter_cb, specs); 1152 NIR_PASS_V(s, nir_lower_alu_to_scalar, etna_alu_to_scalar_filter_cb, specs);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 12.0.4.rst | 179 - nir: Call nir_metadata_preserve from nir_lower_alu_to_scalar().
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| H A D | agx_compile.c | 1212 NIR_PASS_V(nir, nir_lower_alu_to_scalar, NULL, NULL); 1246 NIR_PASS_V(nir, nir_lower_alu_to_scalar, NULL, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 826 NIR_PASS_V(nir, nir_lower_alu_to_scalar);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_shader.c | 149 NIR_PASS_V(shader, nir_lower_alu_to_scalar);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_nir.c | 209 progress |= OPT(s, nir_lower_alu_to_scalar, NULL, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_nir.c | 1117 OPT_V(ctx->nir, nir_lower_alu_to_scalar, ir2_alu_to_scalar_filter_cb, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_pipeline.c | 633 NIR_PASS(progress, nir, nir_lower_alu_to_scalar, NULL, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_pipeline.c | 293 OPT(nir_lower_alu_to_scalar, NULL, NULL); 400 NIR_PASS_V(nir, nir_lower_alu_to_scalar, NULL, NULL); 1705 NIR_PASS_V(nir, nir_lower_alu_to_scalar, NULL, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 3357 NIR_PASS(progress, nir, nir_lower_alu_to_scalar, NULL, NULL); 3420 NIR_PASS(progress, nir, nir_lower_alu_to_scalar, NULL, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader.c | 152 NIR_PASS_V(shader, nir_lower_alu_to_scalar, NULL, NULL);
|