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

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

Completed in 30 milliseconds