Home
last modified time | relevance | path

Searched refs:num_dsts (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_conv.c102 struct lp_type dst_type, unsigned num_dsts) in add_conv_test() argument
135 lp_build_conv(gallivm, src_type, dst_type, src, num_srcs, dst, num_dsts); in add_conv_test()
137 for(i = 0; i < num_dsts; ++i) { in add_conv_test()
166 unsigned num_dsts; in test_one() local
198 num_dsts = src_type.length/dst_type.length; in test_one()
201 num_dsts = 1; in test_one()
205 num_dsts = 1; in test_one()
210 assert(src_type.length * num_srcs == dst_type.length * num_dsts); in test_one()
216 func = add_conv_test(gallivm, src_type, num_srcs, dst_type, num_dsts); in test_one()
238 for(j = 0; j < num_dsts; ++j) { in test_one()
[all …]
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c357 LLVMValueRef *dst, unsigned num_dsts) in lp_build_conv() argument
366 assert(src_type.length * num_srcs == dst_type.length * num_dsts); in lp_build_conv()
371 assert(num_dsts <= LP_MAX_VECTOR_LENGTH); in lp_build_conv()
397 4 * num_dsts == num_srcs && in lp_build_conv()
419 for (i = 0; i < num_dsts; ++i, src += 4) { in lp_build_conv()
452 2 * num_dsts == num_srcs && in lp_build_conv()
474 for (i = 0; i < num_dsts; ++i, src += 2) { in lp_build_conv()
628 lp_build_resize(gallivm, tmp_type, new_type, tmp, num_srcs, tmp, num_dsts); in lp_build_conv()
631 num_tmps = num_dsts; in lp_build_conv()
702 for(i = 0; i < num_dsts; ++i) { in lp_build_conv()
[all …]
Dlp_bld_pack.c328 LLVMValueRef *dst, unsigned num_dsts) in lp_build_unpack() argument
337 assert(src_type.length == dst_type.length * num_dsts); in lp_build_unpack()
357 assert(num_tmps == num_dsts); in lp_build_unpack()
607 LLVMValueRef *dst, unsigned num_dsts) in lp_build_resize() argument
627 assert(src_type.length * num_srcs == dst_type.length * num_dsts); in lp_build_resize()
630 assert(num_srcs == 1 || num_dsts == 1); in lp_build_resize()
635 assert(num_dsts <= LP_MAX_VECTOR_LENGTH); in lp_build_resize()
642 assert(num_dsts == 1); in lp_build_resize()
700 lp_build_unpack(gallivm, src_type, dst_type, src[0], tmp, num_dsts); in lp_build_resize()
706 assert(src_type.length * num_srcs == dst_type.length * num_dsts); in lp_build_resize()
[all …]
Dlp_bld_conv.h68 LLVMValueRef *dsts, unsigned num_dsts);
75 LLVMValueRef *dst, unsigned num_dsts);
Dlp_bld_pack.h76 LLVMValueRef *dst, unsigned num_dsts);
119 LLVMValueRef *dst, unsigned num_dsts);