Home
last modified time | relevance | path

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

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