Searched refs:EPT (Results 1 – 6 of 6) sorted by relevance
65 const RSExportPrimitiveType *EPT = in GetTypeName() local67 if (EPT->isRSObjectType()) { in GetTypeName()69 RSExportPrimitiveType::getRSReflectionType(EPT)->c_name + ">"; in GetTypeName()71 return RSExportPrimitiveType::getRSReflectionType(EPT)->c_name; in GetTypeName()538 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT, in genGetterAndSetter() argument541 EPT->convertToRTD(&rtd); in genGetterAndSetter()542 std::string TypeName = GetTypeName(EPT, false); in genGetterAndSetter()548 if (EPT->isRSObjectType()) { in genGetterAndSetter()807 const RSExportPointerType *EPT = in genTypeCheck() local809 ET = EPT->getPointeeType(); in genTypeCheck()[all …]
92 RSExportPrimitiveType *EPT = in Create() local98 slangAssert(EI->type == EPT->getType() && "Element has unexpected type"); in Create()99 ET = EPT; in Create()
134 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) { in GetPackerAPIName() argument167 unsigned TypeId = EPT->getType(); in GetPackerAPIName()170 return PrimitiveTypePackerAPINameMap[EPT->getType()]; in GetPackerAPIName()222 const RSExportPrimitiveType *EPT = in GetTypeNullValue() local224 if (EPT->isRSObjectType()) in GetTypeNullValue()226 else if (EPT->getType() == DataTypeBoolean) in GetTypeNullValue()482 const RSExportPrimitiveType *EPT = in genInitExportVariable() local484 if (EPT->getType() == DataTypeBoolean) { in genInitExportVariable()850 const RSExportPointerType *EPT = in genTypeInstanceFromPointer() local852 genTypeInstance(EPT->getPointeeType()); in genTypeInstanceFromPointer()[all …]
1019 size_t RSExportPrimitiveType::GetSizeInBits(const RSExportPrimitiveType *EPT) { in GetSizeInBits() argument1020 int type = EPT->getType(); in GetSizeInBits()1024 if (EPT->isRSObjectType() && EPT->getRSContext()->is64Bit()) { in GetSizeInBits()1523 const RSExportPrimitiveType *EPT = static_cast<const RSExportPrimitiveType*>(this); in convertToRTD() local1524 rtd->type = RSExportPrimitiveType::getRSReflectionType(EPT); in convertToRTD()1528 const RSExportPointerType *EPT = static_cast<const RSExportPointerType*>(this); in convertToRTD() local1529 const RSExportType *PointeeType = EPT->getPointeeType(); in convertToRTD()
341 static size_t GetSizeInBits(const RSExportPrimitiveType *EPT);352 const RSExportPrimitiveType *EPT) { in getRSReflectionType() argument353 return getRSReflectionType(EPT->getType()); in getRSReflectionType()
116 void genGetterAndSetter(const RSExportPrimitiveType *EPT, const RSExportVar* EV);