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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1044 // InputParamName = name to use for input parameter
1045 // InputMappingComment = text showing the mapping from InputParamName to the corresponding
1052 void getReduceInputStrings(std::string &InputParamName, std::string &InputMappingComment, argument
1055 InputParamName = NamePrefix + std::to_string(InIdx+1);
1073 InputMappingComment = InputParamName + " = \"" + TypeString + std::string(ER->getAccumulatorIns()[InIdx]->getName()) + "\"";
1176 std::string InputParamName, InputComment; local
1177 getReduceInputStrings(InputParamName, InputComment, "in", MappingCommentWithoutType, ER, InIdx);
1183 Args.push_back(std::make_pair(InputTypeName, InputParamName));
1261 std::string InputParamName, InputComment; local
1262 getReduceInputStrings(InputParamName, InputCommen
[all...]

Completed in 260 milliseconds