Searched refs:structWeight (Results 1 - 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktRandomUniformBlockCase.cpp151 const float structWeight = 0.1f; local
154 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight)
/external/deqp/modules/glshared/
H A DglsRandomUniformBlockCase.cpp158 const float structWeight = 0.1f; local
161 if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight)
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp212 const float structWeight = 0.1f; local
224 else if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight)
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutTests.cpp213 const float structWeight = 0.1f; local
225 else if (typeDepth < m_maxStructDepth && rnd.getFloat() < structWeight)

Completed in 109 milliseconds