Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsRandomUniformBlockCase.hpp90 const int m_maxStructDepth; member in deqp::gls::RandomUniformBlockCase
DglsRandomUniformBlockCase.cpp54 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomUniformBlockCase()
161 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktRandomUniformBlockCase.hpp85 const int m_maxStructDepth; member in vkt::ubo::RandomUniformBlockCase
DvktRandomUniformBlockCase.cpp68 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomUniformBlockCase()
166 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockTests.cpp81 int m_maxStructDepth; member in deqp::RandomUniformBlockCase
101 , m_maxStructDepth((features & FEATURE_STRUCTS) ? 2 : 0) in RandomUniformBlockCase()
209 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp84 int m_maxStructDepth; member in deqp::gles31::Functional::__anon1694bd960111::RandomSSBOLayoutCase
100 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomSSBOLayoutCase()
225 else if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp95 int m_maxStructDepth; member in vkt::ssbo::__anonc22efaab0111::RandomSSBOLayoutCase
111 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomSSBOLayoutCase()
247 else if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()