Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.h67 lp_build_conv(struct gallivm_state *gallivm,
Dlp_bld_conv.c480 lp_build_conv(gallivm, src_type, *dst_type, src, num_srcs, dst, num_dsts); in lp_build_conv_auto()
491 lp_build_conv(gallivm, src_type, *dst_type, src, num_srcs, dst, num_dsts); in lp_build_conv_auto()
498 lp_build_conv(gallivm, src_type, *dst_type, src, num_srcs, dst, num_dsts); in lp_build_conv_auto()
518 lp_build_conv(gallivm, src_type, *dst_type, &src[i*ratio], ratio, &dst[i], 1); in lp_build_conv_auto()
533 lp_build_conv(struct gallivm_state *gallivm, in lp_build_conv() function
Dlp_bld_format_aos_array.c108 lp_build_conv(gallivm, src_type, tmp_type, &res, 1, &res, 1); in lp_build_fetch_rgba_aos_array()
Dlp_bld_format_aos.c682 lp_build_conv(gallivm, conv_type, type, in lp_build_fetch_rgba_aos()
720 lp_build_conv(gallivm, in lp_build_fetch_rgba_aos()
748 lp_build_conv(gallivm, in lp_build_fetch_rgba_aos()
943 lp_build_conv(gallivm, in lp_build_fetch_rgba_aos()
/external/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.c1640 lp_build_conv(gallivm, alpha_type, row_type, &src_alpha[i], 1, &src_alpha[i], 1); in convert_alpha()
2088 lp_build_conv(gallivm, fs_type, blend_type, &blend_color, 1, &blend_color, 1); in generate_unswizzled_blend()