Lines Matching defs:allocator
131 Allocator& allocator,
150 MovePtr<Allocation> allocation (allocator.allocate(getBufferMemoryRequirements(vkd, device, *buffer),
162 Allocator& allocator,
167 allocateStagingBuffers(vkd, device, allocator, imageData, buffers, allocations);
350 Allocator& allocator,
362 bindImagePlanesMemory(vkd, device, image, numPlanes, allocations, allocator, requirement);
368 allocations.push_back(AllocationSp(allocator.allocate(reqs, requirement).release()));
379 Allocator& allocator,
394 allocateAndWriteStagingBuffers(vkd, device, allocator, imageData, &stagingBuffers, &stagingMemory);
561 Allocator& allocator,
576 allocateStagingBuffers(vkd, device, allocator, *imageData, &stagingBuffers, &stagingMemory);