Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp3111 static const int kWebGLMaxStructNesting = 4; in structNestingErrorCheck() local
3120 if(1 + field.type()->getDeepestStructNesting() > kWebGLMaxStructNesting) in structNestingErrorCheck()
3126 << kWebGLMaxStructNesting; in structNestingErrorCheck()