Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DTypes.cpp389 int TType::getDeepestStructNesting() const in getDeepestStructNesting() function in sh::TType
909 maxNesting = std::max(maxNesting, (*mFields)[i]->type()->getDeepestStructNesting()); in calculateDeepestNesting()
H A DTypes.h331 int getDeepestStructNesting() const;
H A DParseContext.cpp5309 if (1 + field.type()->getDeepestStructNesting() > kWebGLMaxStructNesting) in checkIsBelowStructNestingLimit()