Searched refs:InputComment (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection.cpp | 1381 std::string InputParamName, InputComment; in genExportReduceArrayVariant() local 1382 getReduceInputStrings(InputParamName, InputComment, "in", MappingCommentWithoutType, ER, InIdx); in genExportReduceArrayVariant() 1384 InputComment += (", flattened " + std::to_string(InTypeData.vecSize) + "-vectors"); in genExportReduceArrayVariant() 1385 InComments.push_back(InputComment); in genExportReduceArrayVariant() 1466 std::string InputParamName, InputComment; in genExportReduceAllocationVariant() local 1467 getReduceInputStrings(InputParamName, InputComment, "ain", MappingCommentWithCType, ER, InIdx); in genExportReduceAllocationVariant() 1468 InComments.push_back(InputComment); in genExportReduceAllocationVariant()
|