Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_state.cpp177 for (int feIdx = 0; feIdx < file.mForEachCount; ++feIdx) { in dump() local
178 const auto &fe = file.mForEaches[feIdx]; in dump()
179 std::cout << " (ForEach) ordinal=" << feIdx << " state="; in dump()