Searched refs:m_maxVertexBlocks (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsRandomUniformBlockCase.hpp85 const int m_maxVertexBlocks; member in class:deqp::gls::RandomUniformBlockCase
H A DglsRandomUniformBlockCase.cpp49 , m_maxVertexBlocks ((features & FEATURE_VERTEX_BLOCKS) ? 4 : 0)
69 int numVtxBlocks = m_maxVertexBlocks-numShared > 0 ? rnd.getInt(1, m_maxVertexBlocks-numShared) : 0;

Completed in 218 milliseconds