Searched defs:ElementType (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp202 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
203 if (ElementType->isArrayType()) {
207 } else if (ElementType->isExtVectorType()) {
209 static_cast<const clang::ExtVectorType*>(ElementType);
226 if (TypeExportableHelper(ElementType, SPS, Context, VD,
365 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
367 if ((ElementType->getTypeClass() != clang::Type::Builtin) ||
368 (TypeExportableHelper(ElementType, SPS, Context, VD,
605 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
616 return ValidateTypeHelper(Context, C, ElementType, N
622 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
1254 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
1286 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
1300 llvm::Type *ElementType = RSExportPrimitiveType::convertToLLVMType(); local
1344 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
1405 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
[all...]
H A Dslang_rs_export_type.h477 const RSExportType *ElementType,
480 mElementType(ElementType),
476 RSExportConstantArrayType(RSContext *Context, const RSExportType *ElementType, unsigned Size) argument
H A Dslang_rs_reflection.cpp1361 const RSExportType *ElementType = ECAT->getElementType(); local
1363 mOut.indent() << VarName << " = new " << GetTypeName(ElementType) << "["
1367 if (ElementType->getClass() != RSExportType::ExportClassPrimitive) {
1374 genAllocateVarOfType(ElementType, ElementVarName);
1827 const RSExportType *ElementType = ECAT->getElementType(); local
1828 if (ElementType->getClass() != RSExportType::ExportClassRecord) {
1836 static_cast<const RSExportRecordType *>(ElementType),
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp785 llvm::Type *ElementType = PtrType->getElementType(); local
786 uint64_t Alignment = DL.getABITypeAlignment(ElementType);
787 llvm::Value *Slot = new llvm::AllocaInst(ElementType,
860 llvm::Type *ElementType = llvm::cast<llvm::PointerType>( local
862 uint64_t StoreSize = DL.getTypeStoreSize(ElementType);
863 uint64_t Alignment = DL.getABITypeAlignment(ElementType);

Completed in 166 milliseconds