Searched refs:lp_build_conv (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.h67 lp_build_conv(struct gallivm_state *gallivm,
H A Dlp_bld_format_aos_array.c108 lp_build_conv(gallivm, src_type, tmp_type, &res, 1, &res, 1);
H A Dlp_bld_conv.c437 * Pick a suitable num_dsts for lp_build_conv to ensure optimal cases are used.
480 lp_build_conv(gallivm, src_type, *dst_type, src, num_srcs, dst, num_dsts);
491 lp_build_conv(gallivm, src_type, *dst_type, src, num_srcs, dst, num_dsts);
498 lp_build_conv(gallivm, src_type, *dst_type, src, num_srcs, dst, num_dsts);
518 lp_build_conv(gallivm, src_type, *dst_type, &src[i*ratio], ratio, &dst[i], 1);
533 lp_build_conv(struct gallivm_state *gallivm, function in typeref:typename:void
1037 * This is basically a very trimmed down version of lp_build_conv.
H A Dlp_bld_format_aos.c683 lp_build_conv(gallivm, conv_type, type,
721 lp_build_conv(gallivm,
749 lp_build_conv(gallivm,
944 lp_build_conv(gallivm,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.h67 lp_build_conv(struct gallivm_state *gallivm,
H A Dlp_bld_format_aos_array.c108 lp_build_conv(gallivm, src_type, tmp_type, &res, 1, &res, 1);
H A Dlp_bld_conv.c465 * Pick a suitable num_dsts for lp_build_conv to ensure optimal cases are used.
508 lp_build_conv(gallivm, src_type, *dst_type, src, num_srcs, dst, num_dsts);
519 lp_build_conv(gallivm, src_type, *dst_type, src, num_srcs, dst, num_dsts);
526 lp_build_conv(gallivm, src_type, *dst_type, src, num_srcs, dst, num_dsts);
546 lp_build_conv(gallivm, src_type, *dst_type, &src[i*ratio], ratio, &dst[i], 1);
561 lp_build_conv(struct gallivm_state *gallivm, function in typeref:typename:void
1067 * This is basically a very trimmed down version of lp_build_conv.
H A Dlp_bld_format_aos.c685 lp_build_conv(gallivm, conv_type, type,
723 lp_build_conv(gallivm,
751 lp_build_conv(gallivm,
783 lp_build_conv(gallivm,
984 lp_build_conv(gallivm,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c135 lp_build_conv(gallivm, src_type, dst_type, src, num_srcs, dst, num_dsts);
H A Dlp_state_fs.c760 * lp_build_conv to reorder (or deal with it ourselves).
1636 * TODO this should use single lp_build_conv call for
1640 lp_build_conv(gallivm, alpha_type, row_type, &src_alpha[i], 1, &src_alpha[i], 1);
2088 lp_build_conv(gallivm, fs_type, blend_type, &blend_color, 1, &blend_color, 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c135 lp_build_conv(gallivm, src_type, dst_type, src, num_srcs, dst, num_dsts);
H A Dlp_state_fs.c1390 * lp_build_conv to reorder (or deal with it ourselves).
2220 * TODO this should use single lp_build_conv call for
2224 lp_build_conv(gallivm, alpha_type, row_type, &src_alpha[i], 1, &src_alpha[i], 1);
2672 lp_build_conv(gallivm, fs_type, blend_type, &blend_color, 1, &blend_color, 1);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.rst2454 - gallivm: only use lp_build_conv 4x4f -> 1x16 ub fastpath with sse2

Completed in 23 milliseconds