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()549 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT, in genGetterAndSetter() argument552 EPT->convertToRTD(&rtd); in genGetterAndSetter()553 std::string TypeName = GetTypeName(EPT); in genGetterAndSetter()559 if (EPT->isRSObjectType()) { in genGetterAndSetter()858 const RSExportPointerType *EPT = in genTypeCheck() local860 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()
136 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) { in GetPackerAPIName() argument169 unsigned TypeId = EPT->getType(); in GetPackerAPIName()172 return PrimitiveTypePackerAPINameMap[EPT->getType()]; in GetPackerAPIName()268 const RSExportPrimitiveType *EPT = in GetTypeNullValue() local270 if (EPT->isRSObjectType()) in GetTypeNullValue()272 else if (EPT->getType() == DataTypeBoolean) in GetTypeNullValue()626 const RSExportPrimitiveType *EPT = in genInitExportVariable() local628 if (EPT->getType() == DataTypeBoolean) { in genInitExportVariable()1564 const RSExportPointerType *EPT = in genTypeInstanceFromPointer() local1566 genTypeInstance(EPT->getPointeeType()); in genTypeInstanceFromPointer()[all …]
374 static size_t GetElementSizeInBits(const RSExportPrimitiveType *EPT);385 const RSExportPrimitiveType *EPT) { in getRSReflectionType() argument386 return getRSReflectionType(EPT->getType()); in getRSReflectionType()
1089 size_t RSExportPrimitiveType::GetElementSizeInBits(const RSExportPrimitiveType *EPT) { in GetElementSizeInBits() argument1090 int type = EPT->getType(); in GetElementSizeInBits()1094 if (EPT->isRSObjectType() && EPT->getRSContext()->is64Bit()) { in GetElementSizeInBits()1600 const RSExportPrimitiveType *EPT = static_cast<const RSExportPrimitiveType*>(this); in convertToRTD() local1601 rtd->type = RSExportPrimitiveType::getRSReflectionType(EPT); in convertToRTD()1605 const RSExportPointerType *EPT = static_cast<const RSExportPointerType*>(this); in convertToRTD() local1606 const RSExportType *PointeeType = EPT->getPointeeType(); in convertToRTD()
133 void genGetterAndSetter(const RSExportPrimitiveType *EPT, const RSExportVar* EV);