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.cpp127 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT); local
128 if (ElementType->isArrayType()) {
132 } else if (ElementType->isExtVectorType()) {
134 static_cast<const clang::ExtVectorType*>(ElementType);
151 if (TypeExportableHelper(ElementType, SPS, DiagEngine, VD,
295 const clang::Type *ElementType = GET_EXT_VECTOR_ELEMENT_TYPE(EVT); local
297 if ((ElementType->getTypeClass() != clang::Type::Builtin) ||
298 (TypeExportableHelper(ElementType, SPS, DiagEngine, VD,
512 const clang::Type *ElementType = GET_EXT_VECTOR_ELEMENT_TYPE(EVT); local
521 return ValidateTypeHelper(C, ElementType, N
528 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT); local
1181 const clang::Type *ElementType = GET_EXT_VECTOR_ELEMENT_TYPE(EVT); local
1214 const clang::Type *ElementType = GET_EXT_VECTOR_ELEMENT_TYPE(EVT); local
1229 llvm::Type *ElementType = RSExportPrimitiveType::convertToLLVMType(); local
1289 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT); local
1368 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.cpp1265 const RSExportType *ElementType = ECAT->getElementType(); local
1267 C.indent() << VarName << " = new " << GetTypeName(ElementType)
1271 if (ElementType->getClass() != RSExportType::ExportClassPrimitive) {
1278 genAllocateVarOfType(C, ElementType, ElementVarName);
1859 const RSExportType *ElementType = ECAT->getElementType(); local
1860 if (ElementType->getClass() != RSExportType::ExportClassRecord) {
1873 static_cast<const RSExportRecordType*>(ElementType),

Completed in 263 milliseconds