HomeSort by relevance Sort by last modified time
    Searched defs:EPT (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/slang/
slang_rs_export_element.cpp 82 RSExportPrimitiveType *EPT =
89 slangAssert(EI->type == EPT->getType() && "Element has unexpected type");
90 ET = EPT;
slang_rs_backend.cpp 486 const RSExportPrimitiveType *EPT =
490 llvm::itostr(EPT->getKind())));
slang_rs_export_type.cpp 800 size_t RSExportPrimitiveType::GetSizeInBits(const RSExportPrimitiveType *EPT) {
801 slangAssert(((EPT->getType() > DataTypeUnknown) &&
802 (EPT->getType() < DataTypeMax)) &&
804 return SizeOfDataTypeInBits[ static_cast<int>(EPT->getType()) ];
    [all...]
slang_rs_reflection.cpp 76 static const char *GetPrimitiveTypeName(const RSExportPrimitiveType *EPT) {
111 unsigned TypeId = EPT->getType();
114 return PrimitiveTypeJavaNameMap[ EPT->getType() ];
276 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) {
311 unsigned TypeId = EPT->getType();
314 return PrimitiveTypePackerAPINameMap[ EPT->getType() ];
363 const RSExportPrimitiveType *EPT =
365 if (EPT->isRSObjectType())
367 else if (EPT->getType() == RSExportPrimitiveType::DataTypeBoolean)
390 const RSExportPrimitiveType *EPT
    [all...]

Completed in 162 milliseconds