Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp1176 std::string InputParamName, InputComment; in genExportReduceArrayVariant() local
1177 getReduceInputStrings(InputParamName, InputComment, "in", MappingCommentWithoutType, ER, InIdx); in genExportReduceArrayVariant()
1179 InputComment += (", flattened " + std::to_string(InTypeData.vecSize) + "-vectors"); in genExportReduceArrayVariant()
1180 InComments.push_back(InputComment); in genExportReduceArrayVariant()
1261 std::string InputParamName, InputComment; in genExportReduceAllocationVariant() local
1262 getReduceInputStrings(InputParamName, InputComment, "ain", MappingCommentWithCType, ER, InIdx); in genExportReduceAllocationVariant()
1263 InComments.push_back(InputComment); in genExportReduceAllocationVariant()