Searched refs:lp_build_conv (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_conv.h | 67 lp_build_conv(struct gallivm_state *gallivm,
|
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); in lp_build_conv_auto() 519 lp_build_conv(gallivm, src_type, *dst_type, src, num_srcs, dst, num_dsts); in lp_build_conv_auto() 526 lp_build_conv(gallivm, src_type, *dst_type, src, num_srcs, dst, num_dsts); in lp_build_conv_auto() 546 lp_build_conv(gallivm, src_type, *dst_type, &src[i*ratio], ratio, &dst[i], 1); in lp_build_conv_auto() 561 lp_build_conv(struct gallivm_state *gallivm, in lp_build_conv() function 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, in lp_build_fetch_rgba_aos() 723 lp_build_conv(gallivm, in lp_build_fetch_rgba_aos() 751 lp_build_conv(gallivm, in lp_build_fetch_rgba_aos() 783 lp_build_conv(gallivm, in lp_build_fetch_rgba_aos() 981 lp_build_conv(gallivm, in lp_build_fetch_rgba_aos()
|
H A D | lp_bld_format_aos_array.c | 109 lp_build_conv(gallivm, src_type, tmp_type, &res, 1, &res, 1); in lp_build_fetch_rgba_aos_array()
|
/third_party/mesa3d/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); in add_conv_test()
|
H A D | lp_state_fs.c | 1482 * lp_build_conv to reorder (or deal with it ourselves). in generate_fs_twiddle() 2285 * TODO this should use single lp_build_conv call for in convert_alpha() 2289 lp_build_conv(gallivm, alpha_type, row_type, &src_alpha[i], 1, &src_alpha[i], 1); in convert_alpha() 2736 lp_build_conv(gallivm, fs_type, blend_type, &blend_color, 1, &blend_color, 1); in generate_unswizzled_blend()
|
Completed in 11 milliseconds