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

/frameworks/compile/slang/
H A Dslang_rs_metadata_spec_encoder.cpp203 unsigned ElementType = local
205 if (!checkReturnIndex(&ElementType))
209 // Push the ElementType after the type base
210 mEncodedRSTypeInfo.push_back(ElementType);
H A Dslang_rs_export_type.cpp125 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT); local
126 if (ElementType->isArrayType()) {
130 } else if (ElementType->isExtVectorType()) {
132 static_cast<const clang::ExtVectorType*>(ElementType);
149 if (TypeExportableHelper(ElementType, SPS, DiagEngine, VD,
293 const clang::Type *ElementType = GET_EXT_VECTOR_ELEMENT_TYPE(EVT); local
295 if ((ElementType->getTypeClass() != clang::Type::Builtin) ||
296 (TypeExportableHelper(ElementType, SPS, DiagEngine, VD,
511 const clang::Type *ElementType = GET_EXT_VECTOR_ELEMENT_TYPE(EVT); local
522 return ValidateTypeHelper(C, ElementType, N
529 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT); local
1185 const clang::Type *ElementType = GET_EXT_VECTOR_ELEMENT_TYPE(EVT); local
1218 const clang::Type *ElementType = GET_EXT_VECTOR_ELEMENT_TYPE(EVT); local
1233 llvm::Type *ElementType = RSExportPrimitiveType::convertToLLVMType(); local
1293 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT); local
1372 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT); local
[all...]
H A Dslang_rs_export_type.h449 const RSExportType *ElementType,
454 mElementType(ElementType),
448 RSExportConstantArrayType(RSContext *Context, const RSExportType *ElementType, unsigned Size) argument
H A Dslang_rs_reflection.cpp1311 const RSExportType *ElementType = ECAT->getElementType(); local
1313 C.indent() << VarName << " = new " << GetTypeName(ElementType)
1317 if (ElementType->getClass() != RSExportType::ExportClassPrimitive) {
1324 genAllocateVarOfType(C, ElementType, ElementVarName);
1910 const RSExportType *ElementType = ECAT->getElementType(); local
1911 if (ElementType->getClass() != RSExportType::ExportClassRecord) {
1924 static_cast<const RSExportRecordType*>(ElementType),

Completed in 135 milliseconds