Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DTypes.h122 mDeepestNesting(0), in TStructure()
130 if(mDeepestNesting == 0) in deepestNesting()
131 mDeepestNesting = calculateDeepestNesting(); in deepestNesting()
132 return mDeepestNesting; in deepestNesting()
180 mutable int mDeepestNesting; variable