Searched refs:vkDeviceMem (Results 1 – 1 of 1) sorted by relevance
6755 VkDeviceMemory vkDeviceMem = VK_NULL_HANDLE; in getAlloc() local6756 VkResult result = getCoherentMemory(&info, enc, device, &vkDeviceMem); in getAlloc()6768 const auto it = info_VkDeviceMemory.find(vkDeviceMem); in getAlloc()6775 return {.deviceMemory = vkDeviceMem, .ptr = info.ptr}; in getAlloc()