HomeSort by: relevance | last modified time | path
    Searched defs:vec32_type (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 230 LLVMTypeRef vec32_type; local
246 vec32_type = LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4);
252 packed = LLVMBuildInsertElement(builder, LLVMGetUndef(vec32_type), packed,
255 packed = LLVMBuildShuffleVector(builder, packed, LLVMGetUndef(vec32_type),
256 LLVMConstNull(vec32_type),
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 230 LLVMTypeRef vec32_type; local
246 vec32_type = LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4);
252 packed = LLVMBuildInsertElement(builder, LLVMGetUndef(vec32_type), packed,
255 packed = LLVMBuildShuffleVector(builder, packed, LLVMGetUndef(vec32_type),
256 LLVMConstNull(vec32_type),

Completed in 9 milliseconds