Searched refs:getDeepestStructNesting (Results 1 – 6 of 6) sorted by relevance
179 maxNesting = std::max(maxNesting, field->type()->getDeepestStructNesting()); in calculateDeepestNesting()
510 int getDeepestStructNesting() const in getDeepestStructNesting() function
3049 if(1 + field.type()->getDeepestStructNesting() > kWebGLMaxStructNesting) in structNestingErrorCheck()
389 int TType::getDeepestStructNesting() const in getDeepestStructNesting() function in sh::TType902 maxNesting = std::max(maxNesting, (*mFields)[i]->type()->getDeepestStructNesting()); in calculateDeepestNesting()
328 int getDeepestStructNesting() const;
4612 if (1 + field.type()->getDeepestStructNesting() > kWebGLMaxStructNesting) in checkIsBelowStructNestingLimit()