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()
612 return (RSExportPrimitiveType::IsRSObjectType(DT) ? 1 : 0); in CountRSObjectTypes()
698 if (RSExportPrimitiveType::IsRSObjectType(FT)) { in ClearStructRSObject()
1000 slangAssert(!RSExportPrimitiveType::IsRSObjectType(T)); in CreateStructRSSetObject()
1079 } else if (RSExportPrimitiveType::IsRSObjectType(DT)) { in CreateStructRSSetObject()
1120 if (!RSExportPrimitiveType::IsRSObjectType(QT.getTypePtr())) { in ReplaceRSObjectAssignment()
1290 slangAssert((RSExportPrimitiveType::IsRSObjectType(DT)) && in ClearRSObject()
1323 DataTypeIsRSObject = RSExportPrimitiveType::IsRSObjectType(*DT); in InitializeRSObject()
Dslang_rs_export_type.cpp473 if (RSExportPrimitiveType::IsRSObjectType(T)) { in ValidateTypeHelper()
484 } else if (RSExportPrimitiveType::IsRSObjectType(T)) { in ValidateTypeHelper()
986 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) { in IsRSObjectType() function in slang::RSExportPrimitiveType
1025 if (IsRSObjectType(DT)) { in IsStructureTypeWithRSObject()