Home
last modified time | relevance | path

Searched refs:EPT (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp68 const RSExportPrimitiveType *EPT = in GetTypeName() local
70 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() argument
554 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() local
862 ET = EPT->getPointeeType(); in genTypeCheck()
[all …]
Dslang_rs_export_element.cpp93 RSExportPrimitiveType *EPT = in Create() local
99 slangAssert(EI->type == EPT->getType() && "Element has unexpected type"); in Create()
100 ET = EPT; in Create()
Dslang_rs_reflection.cpp149 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) { in GetPackerAPIName() argument
182 unsigned TypeId = EPT->getType(); in GetPackerAPIName()
185 return PrimitiveTypePackerAPINameMap[EPT->getType()]; in GetPackerAPIName()
224 const RSExportPrimitiveType *EPT = in GetTypeNullValue() local
226 if (EPT->isRSObjectType()) in GetTypeNullValue()
228 else if (EPT->getType() == DataTypeBoolean) in GetTypeNullValue()
764 const RSExportPrimitiveType *EPT = in genInitExportVariable() local
766 if (EPT->getType() == DataTypeBoolean) { in genInitExportVariable()
1769 const RSExportPointerType *EPT = in genTypeInstanceFromPointer() local
1771 genTypeInstance(EPT->getPointeeType()); in genTypeInstanceFromPointer()
[all …]
Dslang_rs_export_type.cpp1093 size_t RSExportPrimitiveType::GetElementSizeInBits(const RSExportPrimitiveType *EPT) { in GetElementSizeInBits() argument
1094 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() local
1654 rtd->type = RSExportPrimitiveType::getRSReflectionType(EPT); in convertToRTD()
1658 const RSExportPointerType *EPT = static_cast<const RSExportPointerType*>(this); in convertToRTD() local
1659 const RSExportType *PointeeType = EPT->getPointeeType(); in convertToRTD()
Dslang_rs_export_type.h428 static size_t GetElementSizeInBits(const RSExportPrimitiveType *EPT);
439 const RSExportPrimitiveType *EPT) { in getRSReflectionType() argument
440 return getRSReflectionType(EPT->getType()); in getRSReflectionType()
Dslang_rs_reflection_cpp.h133 void genGetterAndSetter(const RSExportPrimitiveType *EPT, const RSExportVar* EV);