Lines Matching defs:allocation
65 de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::HostVisible);
67 VK_CHECK(vki.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset()));
69 void* const mapPtr = allocation->getHostPtr();
78 flushAlloc(vki, device, *allocation);
80 *outAllocation = allocation;
112 de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::HostVisible);
114 VK_CHECK(vki.bindBufferMemory(device, *buffer, allocation->getMemory(), allocation->getOffset()));
116 void* mapPtr = allocation->getHostPtr();
126 flushAlloc(vki, device, *allocation);
128 *outAllocation = allocation;