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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp193 std::string GetReduceResultTypeName(const RSExportType *ET) { function in namespace:slang::__anon1288
215 std::string GetReduceResultTypeName(const RSExportReduce *ER) { function in namespace:slang::__anon1288
216 return GetReduceResultTypeName(ER->getResultType());
569 { return GetReduceResultTypeName(A) < GetReduceResultTypeName(B); }))
1337 const std::string ResultTypeName = GetReduceResultTypeName(ER);
1473 const std::string ResultTypeName = GetReduceResultTypeName(ER);
1613 const std::string ClassName = GetReduceResultTypeName(ResultType);

Completed in 32 milliseconds