Searched refs:EPT (Results 1 – 6 of 6) sorted by relevance
68 const RSExportPrimitiveType *EPT = in GetTypeName() local70 if (EPT->isRSObjectType()) { in GetTypeName()72 RSExportPrimitiveType::getRSReflectionType(EPT)->c_name + ">"; in GetTypeName()74 return RSExportPrimitiveType::getRSReflectionType(EPT)->c_name; in GetTypeName()551 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT, in genGetterAndSetter() argument554 EPT->convertToRTD(&rtd); in genGetterAndSetter()555 std::string TypeName = GetTypeName(EPT); in genGetterAndSetter()561 if (EPT->isRSObjectType()) { in genGetterAndSetter()860 const RSExportPointerType *EPT = in genTypeCheck() local862 ET = EPT->getPointeeType(); in genTypeCheck()[all …]
93 RSExportPrimitiveType *EPT = in Create() local99 slangAssert(EI->type == EPT->getType() && "Element has unexpected type"); in Create()100 ET = EPT; in Create()
149 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) { in GetPackerAPIName() argument182 unsigned TypeId = EPT->getType(); in GetPackerAPIName()185 return PrimitiveTypePackerAPINameMap[EPT->getType()]; in GetPackerAPIName()224 const RSExportPrimitiveType *EPT = in GetTypeNullValue() local226 if (EPT->isRSObjectType()) in GetTypeNullValue()228 else if (EPT->getType() == DataTypeBoolean) in GetTypeNullValue()764 const RSExportPrimitiveType *EPT = in genInitExportVariable() local766 if (EPT->getType() == DataTypeBoolean) { in genInitExportVariable()1769 const RSExportPointerType *EPT = in genTypeInstanceFromPointer() local1771 genTypeInstance(EPT->getPointeeType()); in genTypeInstanceFromPointer()[all …]
1093 size_t RSExportPrimitiveType::GetElementSizeInBits(const RSExportPrimitiveType *EPT) { in GetElementSizeInBits() argument1094 int type = EPT->getType(); in GetElementSizeInBits()1098 if (EPT->isRSObjectType() && EPT->getRSContext()->is64Bit()) { in GetElementSizeInBits()1653 const RSExportPrimitiveType *EPT = static_cast<const RSExportPrimitiveType*>(this); in convertToRTD() local1654 rtd->type = RSExportPrimitiveType::getRSReflectionType(EPT); in convertToRTD()1658 const RSExportPointerType *EPT = static_cast<const RSExportPointerType*>(this); in convertToRTD() local1659 const RSExportType *PointeeType = EPT->getPointeeType(); in convertToRTD()
428 static size_t GetElementSizeInBits(const RSExportPrimitiveType *EPT);439 const RSExportPrimitiveType *EPT) { in getRSReflectionType() argument440 return getRSReflectionType(EPT->getType()); in getRSReflectionType()
133 void genGetterAndSetter(const RSExportPrimitiveType *EPT, const RSExportVar* EV);