Home
last modified time | relevance | path

Searched refs:m_maxStructDepth (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackRandomLayoutCase.hpp76 const int m_maxStructDepth; member in vkt::TransformFeedback::RandomInterfaceBlockCase
H A DvktTransformFeedbackRandomLayoutCase.cpp67 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomInterfaceBlockCase()
208 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktRandomUniformBlockCase.hpp85 const int m_maxStructDepth; member in vkt::ubo::RandomUniformBlockCase
H A DvktRandomUniformBlockCase.cpp67 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomUniformBlockCase()
187 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
/third_party/vk-gl-cts/modules/glshared/
H A DglsRandomUniformBlockCase.hpp90 const int m_maxStructDepth; member in deqp::gls::RandomUniformBlockCase
H A 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_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackRandomLayoutCase.hpp77 const int m_maxStructDepth; member in vkt::TransformFeedback::RandomInterfaceBlockCase
H A 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/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktRandomUniformBlockCase.hpp86 const int m_maxStructDepth; member in vkt::ubo::RandomUniformBlockCase
H A 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/
H A 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/
H A Des31fSSBOLayoutTests.cpp85 int m_maxStructDepth; member in deqp::gles31::Functional::__anon30878::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/
H A DvktSSBOLayoutTests.cpp103 int m_maxStructDepth; member in vkt::ssbo::__anon28789::RandomSSBOLayoutCase
120 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomSSBOLayoutCase()
263 else if (structDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp103 int m_maxStructDepth; member in vkt::ssbo::__anon29938::RandomSSBOLayoutCase
120 , m_maxStructDepth ((features & FEATURE_STRUCTS) ? 2 : 0) in RandomSSBOLayoutCase()
263 else if (structDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()

Completed in 17 milliseconds