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

  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.hpp 80 const int m_maxStructDepth;
  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.hpp 90 const int m_maxStructDepth;
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp 79 int m_maxStructDepth;
95 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0)
214 else if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight)
    [all...]
  /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 276 milliseconds