Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktRandomUniformBlockCase.hpp80 const int m_maxStructDepth; member in vkt::ubo::RandomUniformBlockCase
DvktRandomUniformBlockCase.cpp68 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomUniformBlockCase()
154 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
/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/ssbo/
DvktSSBOLayoutTests.cpp79 int m_maxStructDepth; member in vkt::ssbo::__anon4eaddb020111::RandomSSBOLayoutCase
95 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomSSBOLayoutCase()
214 else if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp84 int m_maxStructDepth; member in deqp::gles31::Functional::__anon244fde4d0111::RandomSSBOLayoutCase
100 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomSSBOLayoutCase()
225 else if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()