HomeSort by relevance Sort by last modified time
    Searched refs:LLVMArrayType (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.c 61 LLVMArrayType(LLVMInt32TypeInContext(lc), LP_MAX_TEXTURE_LEVELS);
63 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(lc), 0),
69 LLVMArrayType(LLVMFloatTypeInContext(lc), 4);
130 elem_types[LP_JIT_CTX_TEXTURES] = LLVMArrayType(texture_type,
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 84 LLVMArrayType(int32_type, PIPE_MAX_TEXTURE_LEVELS);
86 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0),
92 LLVMArrayType(LLVMFloatTypeInContext(gallivm->context), 4);
163 elem_types[2] = LLVMPointerType(LLVMArrayType(LLVMArrayType(float_type, 4),
166 elem_types[4] = LLVMArrayType(texture_type,
240 elem_types[DRAW_JIT_VERTEX_CLIP] = LLVMArrayType(LLVMFloatTypeInContext(gallivm->context), 4);
241 elem_types[DRAW_JIT_VERTEX_PRE_CLIP_POS] = LLVMArrayType(LLVMFloatTypeInContext(gallivm->context), 4);
242 elem_types[DRAW_JIT_VERTEX_DATA] = LLVMArrayType(elem_types[1], data_elems);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.c 446 LLVMValueRef string = LLVMAddGlobal(gallivm->module, LLVMArrayType(i8, len), "");
  /external/llvm/include/llvm-c/
Core.h 1045 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 403 return LLVMArrayType(ElementTy, Int_val(Count));
    [all...]
  /external/llvm/lib/IR/
Core.cpp 472 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) {
    [all...]

Completed in 73 milliseconds