Home
last modified time | relevance | path

Searched refs:subAllocate (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DHostVisibleMemoryVirtualization.h56 bool subAllocate(uint64_t size, uint8_t** ptr, uint64_t& offset);
DHostVisibleMemoryVirtualization.cpp57 bool CoherentMemory::subAllocate(uint64_t size, uint8_t** ptr, uint64_t& offset) { in subAllocate() function in gfxstream::vk::CoherentMemory
DResourceTracker.cpp3104 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()