Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp1590 std::string ArrayElementName = std::string(InArray) + "["; in genReduceResultVectorMapping() local
1592 ArrayElementName += std::string(InIdx) + "+"; in genReduceResultVectorMapping()
1593 ArrayElementName += std::to_string(VectorElementIdx) + "]"; in genReduceResultVectorMapping()
1596 ArrayElementName.c_str()); in genReduceResultVectorMapping()