HomeSort by relevance Sort by last modified time
    Searched defs:m_maxStructDepth (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.hpp 90 const int m_maxStructDepth;
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutTests.cpp 84 int m_maxStructDepth;
100 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0)
225 else if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight)
    [all...]

Completed in 64 milliseconds