Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DTypes.h128 int deepestNesting() const in deepestNesting() function
465 return structure ? structure->deepestNesting() : 0; in getDeepestStructNesting()
DSymbolTable.cpp110 deepestStructNesting = structure ? structure->deepestNesting() : 0; in computeDeepestStructNesting()