Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp312 MovePtr<Allocation> m_vertexIndicesAllocation; member in vkt::MultiView::__anon997a26620111::MultiViewRenderTestInstance
612m_vertexIndicesAllocation = m_allocator->allocate(getBufferMemoryRequirements(*m_device, *m_logica… in createVertexBuffer()
615 …y(*m_logicalDevice, *m_vertexIndicesBuffer, m_vertexIndicesAllocation->getMemory(), m_vertexIndice… in createVertexBuffer()
616 …deMemcpy(m_vertexIndicesAllocation->getHostPtr(), m_vertexIndices.data(), static_cast<size_t>(data… in createVertexBuffer()
617 flushAlloc(*m_device, *m_logicalDevice, *m_vertexIndicesAllocation); in createVertexBuffer()