Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTypes.cpp387 int TType::getDeepestStructNesting() const in getDeepestStructNesting() function in sh::TType
907 maxNesting = std::max(maxNesting, (*mFields)[i]->type()->getDeepestStructNesting()); in calculateDeepestNesting()
DTypes.h326 int getDeepestStructNesting() const;
DParseContext.cpp4772 if (1 + field.type()->getDeepestStructNesting() > kWebGLMaxStructNesting) in checkIsBelowStructNestingLimit()