| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_conv.h | 67 lp_build_conv(struct gallivm_state *gallivm,
|
| H A D | lp_bld_format_aos_array.c | 108 lp_build_conv(gallivm, src_type, tmp_type, &res, 1, &res, 1);
|
| H A D | lp_bld_conv.c | 437 * 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 D | lp_bld_format_aos.c | 683 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 D | lp_bld_conv.h | 67 lp_build_conv(struct gallivm_state *gallivm,
|
| H A D | lp_bld_format_aos_array.c | 108 lp_build_conv(gallivm, src_type, tmp_type, &res, 1, &res, 1);
|
| H A D | lp_bld_conv.c | 465 * 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 D | lp_bld_format_aos.c | 685 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 D | lp_test_conv.c | 135 lp_build_conv(gallivm, src_type, dst_type, src, num_srcs, dst, num_dsts);
|
| H A D | lp_state_fs.c | 760 * 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 D | lp_test_conv.c | 135 lp_build_conv(gallivm, src_type, dst_type, src, num_srcs, dst, num_dsts);
|
| H A D | lp_state_fs.c | 1390 * 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 D | 7.10.rst | 2454 - gallivm: only use lp_build_conv 4x4f -> 1x16 ub fastpath with sse2
|