Home
last modified time | relevance | path

Searched refs:structWeight (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktRandomUniformBlockCase.cpp151 const float structWeight = 0.1f; in generateType() local
154 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
/external/deqp/modules/glshared/
DglsRandomUniformBlockCase.cpp158 const float structWeight = 0.1f; in generateType() local
161 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockTests.cpp206 const float structWeight = 0.1f; in generateType() local
209 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp213 const float structWeight = 0.1f; in generateType() local
225 else if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp222 const float structWeight = 0.1f; in generateType() local
234 else if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight) in generateType()