HomeSort by relevance Sort by last modified time
    Searched refs:LLVMVectorType (Results 26 - 33 of 33) sorted by null

12

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 472 LLVMTypeRef i8vntype = LLVMVectorType(LLVMInt8TypeInContext(context), type.length * 4);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c     [all...]
  /external/llvm/include/llvm-c/
Core.h 982 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 779 LLVMTypeRef clip_ptr_type = LLVMPointerType(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), 0);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 779 LLVMTypeRef clip_ptr_type = LLVMPointerType(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), 0);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 359 return LLVMVectorType(ElementTy, Int_val(Count));
    [all...]
  /external/llvm/lib/IR/
Core.cpp 397 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) {
    [all...]

Completed in 1251 milliseconds

12