Home
last modified time | relevance | path

Searched refs:ResultTypeName (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection.cpp1132 const std::string ResultTypeName = GetReduceResultTypeName(ER); in genExportReduceArrayVariant() local
1192 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceArrayVariant()
1235 …mOut.indent() << ResultTypeName << " result = " << MethodName << "(" << InputAllocationOutgoingArg… in genExportReduceArrayVariant()
1268 const std::string ResultTypeName = GetReduceResultTypeName(ER); in genExportReduceAllocationVariant() local
1274 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceAllocationVariant()
1294 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceAllocationVariant()
1322 mOut.indent() << "return new " << ResultTypeName << "(" << OutputAllocName << ");\n"; in genExportReduceAllocationVariant()