Home
last modified time | relevance | path

Searched refs:dst_length (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c993 unsigned dst_length) in lp_build_pad_vector() argument
1004 undef = LLVMGetUndef(LLVMVectorType(type, dst_length)); in lp_build_pad_vector()
1011 assert(dst_length <= ARRAY_SIZE(elems)); in lp_build_pad_vector()
1012 assert(dst_length >= src_length); in lp_build_pad_vector()
1014 if (src_length == dst_length) in lp_build_pad_vector()
1022 for (i = src_length; i < dst_length; ++i) in lp_build_pad_vector()
1026 …return LLVMBuildShuffleVector(gallivm->builder, src, undef, LLVMConstVector(elems, dst_length), ""… in lp_build_pad_vector()
Dlp_bld_pack.h155 unsigned dst_length);