Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DSymbolTable.cpp179 maxNesting = std::max(maxNesting, field->type()->getDeepestStructNesting()); in calculateDeepestNesting()
DTypes.h510 int getDeepestStructNesting() const in getDeepestStructNesting() function
DParseHelper.cpp3049 if(1 + field.type()->getDeepestStructNesting() > kWebGLMaxStructNesting) in structNestingErrorCheck()
/external/angle/src/compiler/translator/
DTypes.cpp389 int TType::getDeepestStructNesting() const in getDeepestStructNesting() function in sh::TType
902 maxNesting = std::max(maxNesting, (*mFields)[i]->type()->getDeepestStructNesting()); in calculateDeepestNesting()
DTypes.h328 int getDeepestStructNesting() const;
DParseContext.cpp4612 if (1 + field.type()->getDeepestStructNesting() > kWebGLMaxStructNesting) in checkIsBelowStructNestingLimit()