Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DParseContext.cpp35 const int kWebGLMaxStructNesting = 4; variable
4772 if (1 + field.type()->getDeepestStructNesting() > kWebGLMaxStructNesting) in checkIsBelowStructNestingLimit()
4785 reasonStream << " exceeds maximum allowed nesting level of " << kWebGLMaxStructNesting; in checkIsBelowStructNestingLimit()