Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp1511 const char OutputAllocName[] = "aout"; in genExportReduceAllocationVariant() local
1516 mOut.indent() << "Allocation " << OutputAllocName << " = Allocation.createSized(" in genExportReduceAllocationVariant()
1520 mOut.indent() << OutputAllocName << ".setAutoPadding(true);\n"; in genExportReduceAllocationVariant()
1526 mOut << "}, " << OutputAllocName << ", " << FormalOptionsName << ");\n"; in genExportReduceAllocationVariant()
1527 mOut.indent() << "return new " << ResultTypeName << "(" << OutputAllocName << ");\n"; in genExportReduceAllocationVariant()