Home | History | Annotate | Download | only in pipeline

Lines Matching refs:m_vertexBufferAlloc

164 	de::MovePtr<Allocation>				m_vertexBufferAlloc;
761 m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer), MemoryRequirement::HostVisible);
763 VK_CHECK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOffset()));
771 deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBA));
777 m_vertexBufferAlloc->getMemory(), // VkDeviceMemory memory;
778 m_vertexBufferAlloc->getOffset(), // VkDeviceSize offset;