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

  /frameworks/compile/slang/
slang_rs_export_element.cpp 81 RSExportPrimitiveType *EPT =
87 slangAssert(EI->type == EPT->getType() && "Element has unexpected type");
88 ET = EPT;
slang_rs_export_type.cpp 892 size_t RSExportPrimitiveType::GetSizeInBits(const RSExportPrimitiveType *EPT) {
893 slangAssert(((EPT->getType() > DataTypeUnknown) &&
894 (EPT->getType() < DataTypeMax)) &&
896 return SizeOfDataTypeInBits[ static_cast<int>(EPT->getType()) ];
    [all...]
slang_rs_reflection.cpp 113 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) {
149 unsigned TypeId = EPT->getType();
152 return PrimitiveTypePackerAPINameMap[ EPT->getType() ];
207 const RSExportPrimitiveType *EPT =
209 if (EPT->isRSObjectType())
211 else if (EPT->getType() == RSExportPrimitiveType::DataTypeBoolean)
411 const RSExportPrimitiveType *EPT =
413 if (EPT->getType() == RSExportPrimitiveType::DataTypeBoolean) {
696 const RSExportPointerType *EPT =
698 genTypeInstance(C, EPT->getPointeeType())
    [all...]

Completed in 41 milliseconds