Searched defs:InputComment (Results 1 - 1 of 1) sorted by relevance

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

Completed in 77 milliseconds