Searched refs:lp_build_conv (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_conv.h | 67 lp_build_conv(struct gallivm_state *gallivm,
|
D | lp_bld_conv.c | 480 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
|
D | lp_bld_format_aos_array.c | 108 lp_build_conv(gallivm, src_type, tmp_type, &res, 1, &res, 1); in lp_build_fetch_rgba_aos_array()
|
D | lp_bld_format_aos.c | 682 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/ |
D | lp_test_conv.c | 135 lp_build_conv(gallivm, src_type, dst_type, src, num_srcs, dst, num_dsts); in add_conv_test()
|
D | lp_state_fs.c | 1640 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()
|