Searched refs:mDepth (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/compiler/ |
D | intermOut.cpp | 89 OutputTreeText(sink, node, mDepth); in visitSymbol() 99 OutputTreeText(out, node, mDepth); in visitBinary() 163 OutputTreeText(out, node, mDepth); in visitUnary() 254 OutputTreeText(out, node, mDepth); in visitAggregate() 341 OutputTreeText(out, node, mDepth); in visitSelection() 346 ++mDepth; in visitSelection() 348 OutputTreeText(sink, node, mDepth); in visitSelection() 352 OutputTreeText(sink, node, mDepth); in visitSelection() 360 OutputTreeText(sink, node, mDepth); in visitSelection() 365 --mDepth; in visitSelection() [all …]
|
D | intermediate.h | 702 mDepth(0) {} in preVisit() 718 mDepth++; in incrementDepth() 724 mDepth--; in decrementDepth() 739 int mDepth;
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/ |
D | XmlResourceParserImpl.java | 63 private int mDepth = 0; field in XmlResourceParserImpl 166 return mDepth; in getDepth() 367 mDepth--; in next() 372 mDepth++; in next()
|