Searched refs:nir_lower_alu_to_scalar (Results 1 - 25 of 41) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_nir.c123 progress |= OPT(s, nir_lower_alu_to_scalar);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_program.c99 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 Dlima_program.c124 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 Dnir_lower_alu_to_scalar.c27 /** @file nir_lower_alu_to_scalar.c
279 nir_lower_alu_to_scalar(nir_shader *shader) function in typeref:typename:bool
H A Dnir.h3381 bool nir_lower_alu_to_scalar(nir_shader *shader);
/xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.c266 NIR_PASS_V(nir, nir_lower_alu_to_scalar, NULL, NULL);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir.c551 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 Dsfn_nir.cpp888 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 Dst_glsl_to_nir.cpp279 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 Dnir_lower_alu_to_scalar.c32 /** @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 Dst_glsl_to_nir.cpp313 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 DMakefile.sources234 nir/nir_lower_alu_to_scalar.c \
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir.c559 OPT(nir_lower_alu_to_scalar);
681 OPT(nir_lower_alu_to_scalar);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c562 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 Detnaviv_compiler_nir.c1121 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 D12.0.4.rst179 - nir: Call nir_metadata_preserve from nir_lower_alu_to_scalar().
/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_compile.c1212 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 Dsi_shader_nir.c826 NIR_PASS_V(nir, nir_lower_alu_to_scalar);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.c149 NIR_PASS_V(shader, nir_lower_alu_to_scalar);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir.c209 progress |= OPT(s, nir_lower_alu_to_scalar, NULL, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c1117 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 Dlvp_pipeline.c633 NIR_PASS(progress, nir, nir_lower_alu_to_scalar, NULL, NULL);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pipeline.c293 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 Dbifrost_compile.c3357 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 Dradv_shader.c152 NIR_PASS_V(shader, nir_lower_alu_to_scalar, NULL, NULL);

Completed in 45 milliseconds

12