Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackRandomLayoutCase.hpp77 const int m_maxStructDepth; member in vkt::TransformFeedback::RandomInterfaceBlockCase
DvktTransformFeedbackRandomLayoutCase.cpp68 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomInterfaceBlockCase()
209 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktRandomUniformBlockCase.hpp86 const int m_maxStructDepth; member in vkt::ubo::RandomUniformBlockCase
DvktRandomUniformBlockCase.cpp68 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomUniformBlockCase()
188 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp85 int m_maxStructDepth; member in deqp::gles31::Functional::__anonc7b4014c0111::RandomSSBOLayoutCase
102 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomSSBOLayoutCase()
228 else if (structDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp102 int m_maxStructDepth; member in vkt::ssbo::__anona062c0a10111::RandomSSBOLayoutCase
118 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomSSBOLayoutCase()
260 else if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()