Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp1385 std::string ArrayElementName = std::string(InArray) + "["; in genReduceResultVectorMapping() local
1387 ArrayElementName += std::string(InIdx) + "+"; in genReduceResultVectorMapping()
1388 ArrayElementName += std::to_string(VectorElementIdx) + "]"; in genReduceResultVectorMapping()
1391 ArrayElementName.c_str()); in genReduceResultVectorMapping()