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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp148 if (RSExportPrimitiveType::GetRSSpecificType(T) !=
302 if (RSExportPrimitiveType::GetRSSpecificType(T) !=
550 RSExportPrimitiveType::GetRSSpecificType(TypeName);
702 RSExportPrimitiveType::GetRSSpecificType(const llvm::StringRef &TypeName) { function in class:slang::RSExportPrimitiveType
723 RSExportPrimitiveType::GetRSSpecificType(const clang::Type *T) { function in class:slang::RSExportPrimitiveType
728 return GetRSSpecificType( RSExportType::GetTypeName(T) );
763 RSExportPrimitiveType::DataType DT = GetRSSpecificType(FT);
838 return RSExportPrimitiveType::GetRSSpecificType(T);

Completed in 45 milliseconds