Home
last modified time | relevance | path

Searched refs:TypeString (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection.cpp1056 std::string TypeString; in getReduceInputStrings() local
1061 TypeString = "/* struct <> */ "; in getReduceInputStrings()
1067 TypeString = InTypeData.type->s_name + std::to_string(InTypeData.vecSize) + " "; in getReduceInputStrings()
1069 TypeString = InTypeData.type->s_name + std::string(" "); in getReduceInputStrings()
1073 …InputMappingComment = InputParamName + " = \"" + TypeString + std::string(ER->getAccumulatorIns()[… in getReduceInputStrings()