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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp200 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
201 if (ElementType->isArrayType()) {
205 } else if (ElementType->isExtVectorType()) {
207 static_cast<const clang::ExtVectorType*>(ElementType);
224 if (TypeExportableHelper(ElementType, SPS, Context, VD,
361 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
363 if ((ElementType->getTypeClass() != clang::Type::Builtin) ||
364 (TypeExportableHelper(ElementType, SPS, Context, VD,
580 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
591 return ValidateTypeHelper(Context, C, ElementType, N
597 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
1215 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
1247 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
1261 llvm::Type *ElementType = RSExportPrimitiveType::convertToLLVMType(); local
1305 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
1366 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.cpp1347 const RSExportType *ElementType = ECAT->getElementType(); local
1349 mOut.indent() << VarName << " = new " << GetTypeName(ElementType) << "["
1353 if (ElementType->getClass() != RSExportType::ExportClassPrimitive) {
1360 genAllocateVarOfType(ElementType, ElementVarName);
1813 const RSExportType *ElementType = ECAT->getElementType(); local
1814 if (ElementType->getClass() != RSExportType::ExportClassRecord) {
1822 static_cast<const RSExportRecordType *>(ElementType),

Completed in 1525 milliseconds