Searched refs:InputParamName (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection.cpp | 1248 void getReduceInputStrings(std::string &InputParamName, std::string &InputMappingComment, in getReduceInputStrings() argument 1251 InputParamName = NamePrefix + std::to_string(InIdx+1); in getReduceInputStrings() 1269 …InputMappingComment = InputParamName + " = \"" + TypeString + std::string(ER->getAccumulatorIns()[… in getReduceInputStrings() 1381 std::string InputParamName, InputComment; in genExportReduceArrayVariant() local 1382 getReduceInputStrings(InputParamName, InputComment, "in", MappingCommentWithoutType, ER, InIdx); in genExportReduceArrayVariant() 1388 Args.push_back(std::make_pair(InputTypeName, InputParamName)); in genExportReduceArrayVariant() 1466 std::string InputParamName, InputComment; in genExportReduceAllocationVariant() local 1467 getReduceInputStrings(InputParamName, InputComment, "ain", MappingCommentWithCType, ER, InIdx); in genExportReduceAllocationVariant() 1469 Args.push_back(std::make_pair("Allocation", InputParamName)); in genExportReduceAllocationVariant()
|