Searched refs:m_maxStructDepth (Results 1 – 9 of 9) sorted by relevance
77 const int m_maxStructDepth; member in vkt::TransformFeedback::RandomInterfaceBlockCase
68 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomInterfaceBlockCase()209 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
90 const int m_maxStructDepth; member in deqp::gls::RandomUniformBlockCase
54 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomUniformBlockCase()161 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
86 const int m_maxStructDepth; member in vkt::ubo::RandomUniformBlockCase
68 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomUniformBlockCase()188 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
81 int m_maxStructDepth; member in deqp::RandomUniformBlockCase101 , m_maxStructDepth((features & FEATURE_STRUCTS) ? 2 : 0) in RandomUniformBlockCase()209 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
85 int m_maxStructDepth; member in deqp::gles31::Functional::__anonc7b4014c0111::RandomSSBOLayoutCase102 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomSSBOLayoutCase()228 else if (structDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
102 int m_maxStructDepth; member in vkt::ssbo::__anona062c0a10111::RandomSSBOLayoutCase118 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomSSBOLayoutCase()260 else if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()