Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c230 LLVMTypeRef vec32_type; in lp_build_unpack_arith_rgba_aos() local
246 vec32_type = LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4); in lp_build_unpack_arith_rgba_aos()
252 packed = LLVMBuildInsertElement(builder, LLVMGetUndef(vec32_type), packed, in lp_build_unpack_arith_rgba_aos()
255 packed = LLVMBuildShuffleVector(builder, packed, LLVMGetUndef(vec32_type), in lp_build_unpack_arith_rgba_aos()
256 LLVMConstNull(vec32_type), in lp_build_unpack_arith_rgba_aos()