Searched refs:IsRSObjectType (Results 1 – 4 of 4) sorted by relevance
174 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)); in GetRSSetObjectFD()188 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT)); in GetRSClearObjectFD()
416 static bool IsRSObjectType(DataType DT);417 static bool IsRSObjectType(const clang::Type *T) { in IsRSObjectType() function418 return IsRSObjectType(GetRSSpecificType(T)); in IsRSObjectType()432 return IsRSObjectType(mType); in isRSObjectType()
80 slangAssert(RSExportPrimitiveType::IsRSObjectType(DT) in GetRSRefCountingFunctions()514 return (RSExportPrimitiveType::IsRSObjectType(DT) ? 1 : 0); in CountRSObjectTypes()602 if (RSExportPrimitiveType::IsRSObjectType(FT)) { in ClearStructRSObject()904 slangAssert(!RSExportPrimitiveType::IsRSObjectType(T)); in CreateStructRSSetObject()987 } else if (RSExportPrimitiveType::IsRSObjectType(DT)) { in CreateStructRSSetObject()1060 if (!RSExportPrimitiveType::IsRSObjectType(QT.getTypePtr())) { in ReplaceRSObjectAssignment()1290 slangAssert((RSExportPrimitiveType::IsRSObjectType(DT)) && in ClearRSObject()1325 DataTypeIsRSObject = RSExportPrimitiveType::IsRSObjectType(*DT); in InitializeRSObject()1408 } else if (!RSExportPrimitiveType::IsRSObjectType(Ty.getTypePtr())) { in CreateGuard()
508 if (RSExportPrimitiveType::IsRSObjectType(T)) { in ValidateTypeHelper()519 } else if (RSExportPrimitiveType::IsRSObjectType(T)) { in ValidateTypeHelper()1024 bool RSExportPrimitiveType::IsRSObjectType(DataType DT) { in IsRSObjectType() function in slang::RSExportPrimitiveType1067 if (IsRSObjectType(DT)) { in IsStructureTypeWithRSObject()