Searched refs:hostAllocationInfo (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.cpp | 2904 VkDevice device, VkDeviceMemory mem, const VkMemoryAllocateInfo& hostAllocationInfo, in createCoherentMemory() argument 2933 block, gpuAddr, hostAllocationInfo.allocationSize, device, mem); in createCoherentMemory() 2955 createBlob.size = hostAllocationInfo.allocationSize; in createCoherentMemory() 3010 VkMemoryAllocateInfo hostAllocationInfo = vk_make_orphan_copy(*pAllocateInfo); in allocateCoherentMemory() local 3011 vk_struct_chain_iterator structChainIter = vk_make_chain_iterator(&hostAllocationInfo); in allocateCoherentMemory() 3014 hostAllocationInfo.allocationSize = in allocateCoherentMemory() 3019 hostAllocationInfo.allocationSize = ALIGN(pAllocateInfo->allocationSize, kLargestPageSize); in allocateCoherentMemory() 3022 hostAllocationInfo.allocationSize = std::max(roundedUpAllocSize, kDefaultHostMemBlockSize); in allocateCoherentMemory() 3054 createBlob.size = hostAllocationInfo.allocationSize; in allocateCoherentMemory() 3081 enc->vkAllocateMemory(device, &hostAllocationInfo, nullptr, &mem, true /* do lock */); in allocateCoherentMemory() [all …]
|
D | ResourceTracker.h | 640 const VkMemoryAllocateInfo& hostAllocationInfo,
|