Home | History | Annotate | Download | only in slang

Lines Matching defs:EPT

966 size_t RSExportPrimitiveType::GetSizeInBits(const RSExportPrimitiveType *EPT) {
967 slangAssert(((EPT->getType() > DataTypeUnknown) &&
968 (EPT->getType() < DataTypeMax)) &&
970 return SizeOfDataTypeInBits[ static_cast<int>(EPT->getType()) ];
1578 const RSExportPrimitiveType *EPT = static_cast<const RSExportPrimitiveType*>(this);
1579 rtd->type = RSExportPrimitiveType::getRSReflectionType(EPT);
1583 const RSExportPointerType *EPT = static_cast<const RSExportPointerType*>(this);
1584 const RSExportType *PointeeType = EPT->getPointeeType();