Searched refs:getDeepestStructNesting (Results 1 – 3 of 3) sorted by relevance
389 int TType::getDeepestStructNesting() const in getDeepestStructNesting() function in sh::TType909 maxNesting = std::max(maxNesting, (*mFields)[i]->type()->getDeepestStructNesting()); in calculateDeepestNesting()
331 int getDeepestStructNesting() const;
5309 if (1 + field.type()->getDeepestStructNesting() > kWebGLMaxStructNesting) in checkIsBelowStructNestingLimit()