Home
last modified time | relevance | path

Searched refs:IsRSObjectType (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h116 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)); in GetRSSetObjectFD()
130 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)); in GetRSClearObjectFD()
Dslang_rs_export_type.h332 static bool IsRSObjectType(DataType DT);
333 static bool IsRSObjectType(const clang::Type *T) { in IsRSObjectType() function
334 return IsRSObjectType(GetRSSpecificType(T)); in IsRSObjectType()
345 return IsRSObjectType(mType); in isRSObjectType()
Dslang_rs_object_ref_count.cpp81 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT) in GetRSRefCountingFunctions()
610 return (RSExportPrimitiveType::IsRSObjectType(DT) ? 1 : 0); in CountRSObjectTypes()
691 if (RSExportPrimitiveType::IsRSObjectType(FT)) { in ClearStructRSObject()
991 slangAssert(!RSExportPrimitiveType::IsRSObjectType(T)); in CreateStructRSSetObject()
1068 } else if (RSExportPrimitiveType::IsRSObjectType(DT)) { in CreateStructRSSetObject()
1109 if (!RSExportPrimitiveType::IsRSObjectType(QT.getTypePtr())) { in ReplaceRSObjectAssignment()
1274 slangAssert((RSExportPrimitiveType::IsRSObjectType(DT)) && in ClearRSObject()
1307 DataTypeIsRSObject = RSExportPrimitiveType::IsRSObjectType(*DT); in InitializeRSObject()
Dslang_rs_export_type.cpp465 if (RSExportPrimitiveType::IsRSObjectType(T)) { in ValidateTypeHelper()
476 } else if (RSExportPrimitiveType::IsRSObjectType(T)) { in ValidateTypeHelper()
951 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) { in IsRSObjectType() function in slang::RSExportPrimitiveType
990 if (IsRSObjectType(DT)) { in IsStructureTypeWithRSObject()