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

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp93 RSExportPrimitiveType *EPT = local
99 slangAssert(EI->type == EPT->getType() && "Element has unexpected type");
100 ET = EPT;
H A Dslang_rs_reflection_cpp.cpp68 const RSExportPrimitiveType *EPT = local
70 if (EPT->isRSObjectType()) {
72 RSExportPrimitiveType::getRSReflectionType(EPT)->c_name + ">";
74 return RSExportPrimitiveType::getRSReflectionType(EPT)->c_name;
551 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT, argument
554 EPT->convertToRTD(&rtd);
555 std::string TypeName = GetTypeName(EPT);
561 if (EPT->isRSObjectType()) {
860 const RSExportPointerType *EPT = local
862 ET = EPT
893 const RSExportPointerType *EPT = local
925 const RSExportPrimitiveType *EPT = local
[all...]
H A Dslang_rs_reflection_cpp.h133 void genGetterAndSetter(const RSExportPrimitiveType *EPT, const RSExportVar* EV);
H A Dslang_rs_reflection.cpp149 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) { argument
182 unsigned TypeId = EPT->getType();
185 return PrimitiveTypePackerAPINameMap[EPT->getType()];
224 const RSExportPrimitiveType *EPT = local
226 if (EPT->isRSObjectType())
228 else if (EPT->getType() == DataTypeBoolean)
764 const RSExportPrimitiveType *EPT = local
766 if (EPT->getType() == DataTypeBoolean) {
1769 const RSExportPointerType *EPT = local
1771 genTypeInstance(EPT
1826 const RSExportPointerType *EPT = local
1860 const RSExportPrimitiveType *EPT = local
2741 const RSExportPrimitiveType *EPT = local
[all...]
H A Dslang_rs_export_type.h428 static size_t GetElementSizeInBits(const RSExportPrimitiveType *EPT);
439 const RSExportPrimitiveType *EPT) {
440 return getRSReflectionType(EPT->getType());
438 getRSReflectionType( const RSExportPrimitiveType *EPT) argument
H A Dslang_rs_export_type.cpp1093 size_t RSExportPrimitiveType::GetElementSizeInBits(const RSExportPrimitiveType *EPT) { argument
1094 int type = EPT->getType();
1098 if (EPT->isRSObjectType() && EPT->getRSContext()->is64Bit()) {
1653 const RSExportPrimitiveType *EPT = static_cast<const RSExportPrimitiveType*>(this); local
1654 rtd->type = RSExportPrimitiveType::getRSReflectionType(EPT);
1658 const RSExportPointerType *EPT = static_cast<const RSExportPointerType*>(this); local
1659 const RSExportType *PointeeType = EPT->getPointeeType();

Completed in 528 milliseconds