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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp243 std::string GetReduceResultTypeName(const RSExportType *ET) { function in namespace:slang::__anon1258
259 std::string GetReduceResultTypeName(const RSExportReduce *ER) { function in namespace:slang::__anon1258
260 return GetReduceResultTypeName(ER->getResultType());
444 { return GetReduceResultTypeName(A) < GetReduceResultTypeName(B); }))
1132 const std::string ResultTypeName = GetReduceResultTypeName(ER);
1268 const std::string ResultTypeName = GetReduceResultTypeName(ER);
1408 const std::string ClassName = GetReduceResultTypeName(ResultType);

Completed in 63 milliseconds