Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp1402 std::string InputAllocationOutgoingArgumentList; in genExportReduceArrayVariant() local
1432 if (!InputAllocationOutgoingArgumentList.empty()) in genExportReduceArrayVariant()
1433 InputAllocationOutgoingArgumentList += ", "; in genExportReduceArrayVariant()
1434 InputAllocationOutgoingArgumentList += TempName; in genExportReduceArrayVariant()
1440 … << ResultTypeName << " result = " << MethodName << "(" << InputAllocationOutgoingArgumentList << … in genExportReduceArrayVariant()