Searched defs:EPT (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp92 RSExportPrimitiveType *EPT = local
98 slangAssert(EI->type == EPT->getType() && "Element has unexpected type");
99 ET = EPT;
H A Dslang_rs_export_type.cpp1019 size_t RSExportPrimitiveType::GetSizeInBits(const RSExportPrimitiveType *EPT) { argument
1020 int type = EPT->getType();
1024 if (EPT->isRSObjectType() && EPT->getRSContext()->is64Bit()) {
1523 const RSExportPrimitiveType *EPT = static_cast<const RSExportPrimitiveType*>(this); local
1524 rtd->type = RSExportPrimitiveType::getRSReflectionType(EPT);
1528 const RSExportPointerType *EPT = static_cast<const RSExportPointerType*>(this); local
1529 const RSExportType *PointeeType = EPT->getPointeeType();
H A Dslang_rs_reflection_cpp.cpp65 const RSExportPrimitiveType *EPT = local
67 if (EPT->isRSObjectType()) {
69 RSExportPrimitiveType::getRSReflectionType(EPT)->c_name + ">";
71 return RSExportPrimitiveType::getRSReflectionType(EPT)->c_name;
538 void RSReflectionCpp::genGetterAndSetter(const RSExportPrimitiveType *EPT, argument
541 EPT->convertToRTD(&rtd);
542 std::string TypeName = GetTypeName(EPT, false);
548 if (EPT->isRSObjectType()) {
807 const RSExportPointerType *EPT = local
809 ET = EPT
840 const RSExportPointerType *EPT = local
872 const RSExportPrimitiveType *EPT = local
[all...]
H A Dslang_rs_export_type.h341 static size_t GetSizeInBits(const RSExportPrimitiveType *EPT);
352 const RSExportPrimitiveType *EPT) {
353 return getRSReflectionType(EPT->getType());
351 getRSReflectionType( const RSExportPrimitiveType *EPT) argument
H A Dslang_rs_reflection.cpp134 static const char *GetPackerAPIName(const RSExportPrimitiveType *EPT) { argument
167 unsigned TypeId = EPT->getType();
170 return PrimitiveTypePackerAPINameMap[EPT->getType()];
222 const RSExportPrimitiveType *EPT = local
224 if (EPT->isRSObjectType())
226 else if (EPT->getType() == DataTypeBoolean)
482 const RSExportPrimitiveType *EPT = local
484 if (EPT->getType() == DataTypeBoolean) {
850 const RSExportPointerType *EPT = local
852 genTypeInstance(EPT
907 const RSExportPointerType *EPT = local
941 const RSExportPrimitiveType *EPT = local
1777 const RSExportPrimitiveType *EPT = local
[all...]

Completed in 3118 milliseconds