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.h121 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)); in GetRSSetObjectFD()
131 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)); in GetRSClearObjectFD()
Dslang_rs_export_type.h298 static bool IsRSObjectType(DataType DT);
299 static bool IsRSObjectType(const clang::Type *T) { in IsRSObjectType() function
300 return IsRSObjectType(GetRSSpecificType(T)); in IsRSObjectType()
Dslang_rs_object_ref_count.cpp83 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT) in GetRSRefCountingFunctions()
626 return (RSExportPrimitiveType::IsRSObjectType(DT) ? 1 : 0); in CountRSObjectTypes()
707 if (RSExportPrimitiveType::IsRSObjectType(FT)) { in ClearStructRSObject()
1008 slangAssert(!RSExportPrimitiveType::IsRSObjectType(T)); in CreateStructRSSetObject()
1086 } else if (RSExportPrimitiveType::IsRSObjectType(DT)) { in CreateStructRSSetObject()
1127 if (!RSExportPrimitiveType::IsRSObjectType(QT.getTypePtr())) { in ReplaceRSObjectAssignment()
1297 slangAssert((RSExportPrimitiveType::IsRSObjectType(DT)) && in ClearRSObject()
1330 DataTypeIsRSObject = RSExportPrimitiveType::IsRSObjectType(*DT); in InitializeRSObject()
Dslang_rs_export_type.cpp389 if (RSExportPrimitiveType::IsRSObjectType(T)) { in ValidateTypeHelper()
400 } else if (RSExportPrimitiveType::IsRSObjectType(T)) { in ValidateTypeHelper()
891 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) { in IsRSObjectType() function in slang::RSExportPrimitiveType
927 if (IsRSObjectType(DT)) { in IsStructureTypeWithRSObject()