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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp188 if (RSExportPrimitiveType::GetRSSpecificType(T) !=
397 if (RSExportPrimitiveType::GetRSSpecificType(T) !=
708 RSExportPrimitiveType::GetRSSpecificType(TypeName);
861 RSExportPrimitiveType::GetRSSpecificType(const llvm::StringRef &TypeName) { function in class:slang::RSExportPrimitiveType
882 RSExportPrimitiveType::GetRSSpecificType(const clang::Type *T) { function in class:slang::RSExportPrimitiveType
887 return GetRSSpecificType( RSExportType::GetTypeName(T) );
922 RSExportPrimitiveType::DataType DT = GetRSSpecificType(FT);
997 return RSExportPrimitiveType::GetRSSpecificType(T);

Completed in 39 milliseconds