Home
last modified time | relevance | path

Searched defs:bufferElements (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp231 const int bufferElements = m_workWidth * m_workHeight * m_elementsPerInvocation; in init() local
244 const int bufferElements = m_workWidth * m_workHeight * m_elementsPerInvocation; in init() local
271 const int bufferElements = m_workWidth * m_workHeight; in init() local
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp620 const auto bufferElements = reinterpret_cast<const deInt32*>(storageBufferAlloc.getHostPtr()); in iterate() local