Searched refs:subAllocate (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | HostVisibleMemoryVirtualization.h | 56 bool subAllocate(uint64_t size, uint8_t** ptr, uint64_t& offset);
|
D | HostVisibleMemoryVirtualization.cpp | 57 bool CoherentMemory::subAllocate(uint64_t size, uint8_t** ptr, uint64_t& offset) { in subAllocate() function in gfxstream::vk::CoherentMemory
|
D | ResourceTracker.cpp | 3104 coherentMemory->subAllocate(pAllocateInfo->allocationSize, &ptr, offset); in allocateCoherentMemory() 3129 coherentMemory->subAllocate(pAllocateInfo->allocationSize, &ptr, offset); in allocateCoherentMemory() 3176 if (!info.coherentMemory->subAllocate(pAllocateInfo->allocationSize, &ptr, offset)) in getCoherentMemory() 4001 coherentMemory->subAllocate(deviceMemoryInfo.allocationSize, &ptr, offset); in on_vkMapMemory()
|