Searched refs:lp_build_conv (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
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()
|
D | lp_bld_conv.c | 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
|
D | lp_bld_conv.h | 67 lp_build_conv(struct gallivm_state *gallivm,
|
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/ |
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 | 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()
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.rst | 2454 - gallivm: only use lp_build_conv 4x4f -> 1x16 ub fastpath with sse2
|