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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp279 if (RSExportPrimitiveType::GetRSSpecificType(T) != DataTypeUnknown) {
516 if (RSExportPrimitiveType::GetRSSpecificType(T) != DataTypeUnknown) {
846 DataType dt = RSExportPrimitiveType::GetRSSpecificType(TypeName);
991 RSExportPrimitiveType::GetRSSpecificType(const llvm::StringRef &TypeName) { function in class:slang::RSExportPrimitiveType
1009 DataType RSExportPrimitiveType::GetRSSpecificType(const clang::Type *T) { function in class:slang::RSExportPrimitiveType
1014 return GetRSSpecificType( RSExportType::GetTypeName(T) );
1066 DataType DT = GetRSSpecificType(FT);
1125 return RSExportPrimitiveType::GetRSSpecificType(T);

Completed in 48 milliseconds