Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp309 MovePtr<Allocation> m_vertexColorAlloc; member in vkt::MultiView::__anon997a26620111::MultiViewRenderTestInstance
595m_vertexColorAlloc = m_allocator->allocate(getBufferMemoryRequirements(*m_device, *m_logicalDevice… in createVertexBuffer()
597 …fferMemory(*m_logicalDevice, *m_vertexColorBuffer, m_vertexColorAlloc->getMemory(), m_vertexColorA… in createVertexBuffer()
598 deMemcpy(m_vertexColorAlloc->getHostPtr(), m_vertexColor.data(), static_cast<size_t>(dataSize)); in createVertexBuffer()
599 flushAlloc(*m_device, *m_logicalDevice, *m_vertexColorAlloc); in createVertexBuffer()