Home | History | Annotate | Download | only in Renderscript

Lines Matching refs:StructType

49   llvm::StructType* rsAllocationType;
50 llvm::StructType* rsElementType;
51 llvm::StructType* rsSamplerType;
52 llvm::StructType* rsScriptType;
53 llvm::StructType* rsTypeType;
78 rsAllocationType = llvm::StructType::create(rsBaseObj, kAllocationTypeName);
79 rsElementType = llvm::StructType::create(rsBaseObj, kElementTypeName);
80 rsSamplerType = llvm::StructType::create(rsBaseObj, kSamplerTypeName);
81 rsScriptType = llvm::StructType::create(rsBaseObj, kScriptTypeName);
82 rsTypeType = llvm::StructType::create(rsBaseObj, kTypeTypeName);
124 llvm::StructType *RSStructType = nullptr;
180 llvm::StructType *argStructType = llvm::dyn_cast<llvm::StructType>(argType->getPointerElementType());