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

  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.hpp 81 const int m_maxStructDepth;
vktRandomUniformBlockCase.cpp 68 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0)
154 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight)
  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.hpp 90 const int m_maxStructDepth;
glsRandomUniformBlockCase.cpp 54 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0)
161 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight)
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockTests.cpp 81 int m_maxStructDepth;
101 , m_maxStructDepth((features & FEATURE_STRUCTS) ? 2 : 0)
209 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...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp 91 int m_maxStructDepth;
107 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0)
234 else if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight)
    [all...]

Completed in 476 milliseconds