Searched refs:maxNesting (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A DSymbolTable.cpp177 int maxNesting = 0; local
179 maxNesting = std::max(maxNesting, field->type()->getDeepestStructNesting());
180 return 1 + maxNesting;
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp4407 const int maxNesting = 4;
4411 for (int nestNdx = 0; nestNdx < maxNesting; ++nestNdx)

Completed in 410 milliseconds