Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c655 struct lp_type ndst_type = lp_type_unorm(dst_type.width, 128); in lp_build_pack2() local
659 LLVMTypeRef ndst_vec_type = lp_build_vec_type(gallivm, ndst_type); in lp_build_pack2()
688 res = lp_build_concat(gallivm, tmpres, ndst_type, num_split); in lp_build_pack2()