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.h126 return GetRSSetObjectFD(RSExportPrimitiveType::GetRSSpecificType(T)); in GetRSSetObjectFD()
136 return GetRSClearObjectFD(RSExportPrimitiveType::GetRSSpecificType(T)); in GetRSClearObjectFD()
Dslang_rs_export_type.h294 static DataType GetRSSpecificType(const llvm::StringRef &TypeName);
295 static DataType GetRSSpecificType(const clang::Type *T);
300 return IsRSObjectType(GetRSSpecificType(T)); in IsRSObjectType()
Dslang_rs_export_type.cpp186 if (RSExportPrimitiveType::GetRSSpecificType(T) != in TypeExportableHelper()
396 if (RSExportPrimitiveType::GetRSSpecificType(T) != in ValidateTypeHelper()
705 RSExportPrimitiveType::GetRSSpecificType(TypeName); in Create()
858 RSExportPrimitiveType::GetRSSpecificType(const llvm::StringRef &TypeName) { in GetRSSpecificType() function in slang::RSExportPrimitiveType
879 RSExportPrimitiveType::GetRSSpecificType(const clang::Type *T) { in GetRSSpecificType() function in slang::RSExportPrimitiveType
884 return GetRSSpecificType( RSExportType::GetTypeName(T) ); in GetRSSpecificType()
926 RSExportPrimitiveType::DataType DT = GetRSSpecificType(FT); in IsStructureTypeWithRSObject()
1001 return RSExportPrimitiveType::GetRSSpecificType(T); in GetDataType()
Dslang_rs_object_ref_count.cpp82 RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr()); in GetRSRefCountingFunctions()
580 RSExportPrimitiveType::GetRSSpecificType(BaseType); in ClearArrayRSObject()
624 RSExportPrimitiveType::GetRSSpecificType(T); in CountRSObjectTypes()
677 slangAssert(RSExportPrimitiveType::GetRSSpecificType(BaseType) == in ClearStructRSObject()
1071 RSExportPrimitiveType::GetRSSpecificType(FT); in CreateStructRSSetObject()
1290 RSExportPrimitiveType::GetRSSpecificType(T); in ClearRSObject()
1315 *DT = RSExportPrimitiveType::GetRSSpecificType(T); in InitializeRSObject()