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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1045 // InputMappingComment = text showing the mapping from InputParamName to the corresponding
1049 // MappingComment = whether or not InputMappingComment should contain type
1052 void getReduceInputStrings(std::string &InputParamName, std::string &InputMappingComment, argument
1073 InputMappingComment = InputParamName + " = \"" + TypeString + std::string(ER->getAccumulatorIns()[InIdx]->getName()) + "\"";

Completed in 683 milliseconds