Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp3040 static const int kWebGLMaxStructNesting = 4; in structNestingErrorCheck() local
3049 if(1 + field.type()->getDeepestStructNesting() > kWebGLMaxStructNesting) in structNestingErrorCheck()
3055 << kWebGLMaxStructNesting; in structNestingErrorCheck()
/external/angle/src/compiler/translator/
DParseContext.cpp34 const int kWebGLMaxStructNesting = 4; variable
4612 if (1 + field.type()->getDeepestStructNesting() > kWebGLMaxStructNesting) in checkIsBelowStructNestingLimit()
4625 reasonStream << " exceeds maximum allowed nesting level of " << kWebGLMaxStructNesting; in checkIsBelowStructNestingLimit()