Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_object_ref_count.h184 return GetRSSetObjectFD(RSExportPrimitiveType::GetRSSpecificType(T)); in GetRSSetObjectFD()
198 return GetRSClearObjectFD(RSExportPrimitiveType::GetRSSpecificType(T)); in GetRSClearObjectFD()
Dslang_rs_export_type.cpp279 if (RSExportPrimitiveType::GetRSSpecificType(T) != DataTypeUnknown) { in TypeExportableHelper()
516 if (RSExportPrimitiveType::GetRSSpecificType(T) != DataTypeUnknown) { in ValidateTypeHelper()
846 DataType dt = RSExportPrimitiveType::GetRSSpecificType(TypeName); in Create()
991 RSExportPrimitiveType::GetRSSpecificType(const llvm::StringRef &TypeName) { in GetRSSpecificType() function in slang::RSExportPrimitiveType
1009 DataType RSExportPrimitiveType::GetRSSpecificType(const clang::Type *T) { in GetRSSpecificType() function in slang::RSExportPrimitiveType
1014 return GetRSSpecificType( RSExportType::GetTypeName(T) ); in GetRSSpecificType()
1066 DataType DT = GetRSSpecificType(FT); in IsStructureTypeWithRSObject()
1125 return RSExportPrimitiveType::GetRSSpecificType(T); in GetDataType()
Dslang_rs_export_type.h412 static DataType GetRSSpecificType(const llvm::StringRef &TypeName);
413 static DataType GetRSSpecificType(const clang::Type *T);
418 return IsRSObjectType(GetRSSpecificType(T)); in IsRSObjectType()
Dslang_rs_object_ref_count.cpp79 DataType DT = RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr()); in GetRSRefCountingFunctions()
477 DataType DT = RSExportPrimitiveType::GetRSSpecificType(BaseType); in ClearArrayRSObject()
512 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T); in CountRSObjectTypes()
565 slangAssert(RSExportPrimitiveType::GetRSSpecificType(BaseType) == in ClearStructRSObject()
972 DataType DT = RSExportPrimitiveType::GetRSSpecificType(FT); in CreateStructRSSetObject()
1283 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T); in ClearRSObject()
1310 *DT = RSExportPrimitiveType::GetRSSpecificType(T); in InitializeRSObject()