Searched refs:bufferElements (Results 1 – 3 of 3) sorted by relevance
119 uint32_t bufferElements; member150 …const auto storageBufferSize = static_cast<VkDeviceSize>(m_params.bufferElements) * static_cast<V… in iterate()226 std::vector<uint32_t> bufferData (m_params.bufferElements); in iterate()
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()
616 const auto bufferElements = reinterpret_cast<const deInt32*>(storageBufferAlloc.getHostPtr()); in iterate() local620 if (bufferElements[i] != 1) in iterate()