Searched refs:bufferElements (Results 1 – 2 of 2) sorted by relevance
231 const int bufferElements = m_workWidth * m_workHeight * m_elementsPerInvocation; in init() local232 const int bufferSize = bufferElements * (int)sizeof(deUint32); in init()233 std::vector<deUint32> zeroBuffer (bufferElements, 0); in init()235 …og::Message << "Allocating zero-filled buffer for storage, size " << bufferElements << " elements,… in init()244 const int bufferElements = m_workWidth * m_workHeight * m_elementsPerInvocation; in init() local245 const int bufferSize = bufferElements * (int)sizeof(deUint32); in init()271 const int bufferElements = m_workWidth * m_workHeight; in init() local272 const int bufferSize = bufferElements * (int)sizeof(deUint32); in init()273 std::vector<deInt32> negativeBuffer (bufferElements, -1); in init()275 …tLog::Message << "Allocating -1 filled buffer for results, size " << bufferElements << " elements,… in init()
620 const auto bufferElements = reinterpret_cast<const deInt32*>(storageBufferAlloc.getHostPtr()); in iterate() local624 if (bufferElements[i] != 1) in iterate()