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

/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h126 return GetRSSetObjectFD(RSExportPrimitiveType::GetRSSpecificType(T));
140 return GetRSClearObjectFD(RSExportPrimitiveType::GetRSSpecificType(T));
H A Dslang_rs_export_type.h328 static DataType GetRSSpecificType(const llvm::StringRef &TypeName);
329 static DataType GetRSSpecificType(const clang::Type *T);
334 return IsRSObjectType(GetRSSpecificType(T));
H A Dslang_rs_export_type.cpp262 if (RSExportPrimitiveType::GetRSSpecificType(T) != DataTypeUnknown) {
473 if (RSExportPrimitiveType::GetRSSpecificType(T) != DataTypeUnknown) {
774 DataType dt = RSExportPrimitiveType::GetRSSpecificType(TypeName);
918 RSExportPrimitiveType::GetRSSpecificType(const llvm::StringRef &TypeName) { function in class:slang::RSExportPrimitiveType
936 DataType RSExportPrimitiveType::GetRSSpecificType(const clang::Type *T) { function in class:slang::RSExportPrimitiveType
941 return GetRSSpecificType( RSExportType::GetTypeName(T) );
989 DataType DT = GetRSSpecificType(FT);
1051 return RSExportPrimitiveType::GetRSSpecificType(T);
H A Dslang_rs_object_ref_count.cpp80 DataType DT = RSExportPrimitiveType::GetRSSpecificType(RST.getTypePtr());
565 DataType DT = RSExportPrimitiveType::GetRSSpecificType(BaseType);
608 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T);
661 slangAssert(RSExportPrimitiveType::GetRSSpecificType(BaseType) ==
946 DataType DT = RSExportPrimitiveType::GetRSSpecificType(BaseType);
1053 DataType DT = RSExportPrimitiveType::GetRSSpecificType(FT);
1267 DataType DT = RSExportPrimitiveType::GetRSSpecificType(T);
1292 *DT = RSExportPrimitiveType::GetRSSpecificType(T);

Completed in 51 milliseconds