Lines Matching refs:vertexBufferMemory
1557 const de::UniquePtr<Allocation> vertexBufferMemory (m_context.getDefaultAllocator().allocate(getBufferMemoryRequirements(vkd, m_context.getDevice(), *vertexBuffer), MemoryRequirement::HostVisible));
1559 VK_CHECK(vkd.bindBufferMemory(m_context.getDevice(), *vertexBuffer, vertexBufferMemory->getMemory(), vertexBufferMemory->getOffset()));
1578 void* vertexBufPtr = vertexBufferMemory->getHostPtr();
1580 flushAlloc(vkd, m_context.getDevice(), *vertexBufferMemory);
1901 de::MovePtr<Allocation> vertexBufferMemory;
2146 vertexBufferMemory = createBufferMemory(vkd, device, m_context.getDefaultAllocator(), *vertexBuffer);
2148 deMemcpy(vertexBufferMemory->getHostPtr(), vertexData.data(), vertexDataSize);
2149 flushAlloc(vkd, device, *vertexBufferMemory);
2370 de::MovePtr<Allocation> vertexBufferMemory;
2735 vertexBufferMemory = createBufferMemory(vkd, device, m_context.getDefaultAllocator(), *vertexBuffer);
2737 deMemcpy(vertexBufferMemory->getHostPtr(), vertexData.data(), vertexDataSize);
2738 flushAlloc(vkd, device, *vertexBufferMemory);
2967 de::MovePtr<Allocation> vertexBufferMemory;
3407 vertexBufferMemory = createBufferMemory(vkd, device, m_context.getDefaultAllocator(), *vertexBuffer);
3409 deMemcpy(vertexBufferMemory->getHostPtr(), vertexData.data(), vertexDataSize);
3410 flushAlloc(vkd, device, *vertexBufferMemory);