Home
last modified time | relevance | path

Searched refs:lp_build_conv (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c685 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()
Dlp_bld_conv.c508 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
Dlp_bld_conv.h67 lp_build_conv(struct gallivm_state *gallivm,
Dlp_bld_format_aos_array.c109 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/
Dlp_test_conv.c135 lp_build_conv(gallivm, src_type, dst_type, src, num_srcs, dst, num_dsts); in add_conv_test()
Dlp_state_fs.c2289 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()
/third_party/mesa3d/docs/relnotes/
D7.10.rst2454 - gallivm: only use lp_build_conv 4x4f -> 1x16 ub fastpath with sse2