Searched refs:bufferElements (Results 1 – 1 of 1) sorted by relevance
225 const int bufferElements = m_workWidth * m_workHeight * m_elementsPerInvocation; in init() local226 const int bufferSize = bufferElements * (int)sizeof(deUint32); in init()227 std::vector<deUint32> zeroBuffer (bufferElements, 0); in init()229 …og::Message << "Allocating zero-filled buffer for storage, size " << bufferElements << " elements,… in init()238 const int bufferElements = m_workWidth * m_workHeight * m_elementsPerInvocation; in init() local239 const int bufferSize = bufferElements * (int)sizeof(deUint32); in init()265 const int bufferElements = m_workWidth * m_workHeight; in init() local266 const int bufferSize = bufferElements * (int)sizeof(deUint32); in init()267 std::vector<deInt32> negativeBuffer (bufferElements, -1); in init()269 …tLog::Message << "Allocating -1 filled buffer for results, size " << bufferElements << " elements,… in init()