Home
last modified time | relevance | path

Searched refs:m_numBlocks (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeBlockBuffer.hpp87 int m_numBlocks; member in de::BlockBuffer
107 , m_numBlocks (numBlocks) in BlockBuffer()
119 m_elements = new T[m_numBlocks*m_blockSize]; in BlockBuffer()
120 m_numUsedInBlock = new int[m_numBlocks]; in BlockBuffer()
154 m_empty = deSemaphore_create(m_numBlocks, DE_NULL); in clear()
258 m_readBlock = (m_readBlock+1) % m_numBlocks; in readFromCurrentBlock()
342 m_writeBlock = (m_writeBlock+1) % m_numBlocks; in flushWriteBlock()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp6633 const glw::GLenum m_numBlocks; member in deqp::gles31::Functional::__anon5789678e0211::CombinedUniformLimitCase
6640 , m_numBlocks (numBlocks) in CombinedUniformLimitCase()
6656 << " is " << glu::getGettableStateStr(m_numBlocks) in iterate()
6662 gl.glGetIntegerv(m_numBlocks, &maxUniformBlocks); in iterate()