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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1424 const std::string TempName = "a" + ArgName; local
1425 mOut.indent() << "Allocation " << TempName << " = Allocation.createSized("
1429 mOut.indent() << TempName << ".setAutoPadding(true);\n";
1430 mOut.indent() << TempName << ".copyFrom(" << ArgName << ");\n";
1434 InputAllocationOutgoingArgumentList += TempName;
1436 InputAllocationNames.push_back(TempName);

Completed in 40 milliseconds