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

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

Completed in 59 milliseconds