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