Searched refs:m_vertexCoordAlloc (Results 1 – 1 of 1) sorted by relevance
306 MovePtr<Allocation> m_vertexCoordAlloc; member in vkt::MultiView::__anon7b94e9a90111::MultiViewRenderTestInstance581 …m_vertexCoordAlloc = m_allocator->allocate(getBufferMemoryRequirements(*m_device, *m_logicalDevice… in createVertexBuffer()583 …fferMemory(*m_logicalDevice, *m_vertexCoordBuffer, m_vertexCoordAlloc->getMemory(), m_vertexCoordA… in createVertexBuffer()584 deMemcpy(m_vertexCoordAlloc->getHostPtr(), m_vertexCoord.data(), static_cast<size_t>(dataSize)); in createVertexBuffer()585 flushAlloc(*m_device, *m_logicalDevice, *m_vertexCoordAlloc); in createVertexBuffer()