Searched refs:ResultTypeName (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection.cpp | 1337 const std::string ResultTypeName = GetReduceResultTypeName(ER); in genExportReduceArrayVariant() local 1397 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceArrayVariant() 1440 …mOut.indent() << ResultTypeName << " result = " << MethodName << "(" << InputAllocationOutgoingArg… in genExportReduceArrayVariant() 1473 const std::string ResultTypeName = GetReduceResultTypeName(ER); in genExportReduceAllocationVariant() local 1479 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceAllocationVariant() 1499 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceAllocationVariant() 1527 mOut.indent() << "return new " << ResultTypeName << "(" << OutputAllocName << ");\n"; in genExportReduceAllocationVariant()
|