Searched refs:targetDevice (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.h | 458 bool importExternalMemory(VulkanDispatch* vk, VkDevice targetDevice, 460 bool importExternalMemoryDedicatedImage(VulkanDispatch* vk, VkDevice targetDevice,
|
D | VkCommonOperations.cpp | 1600 bool importExternalMemory(VulkanDispatch* vk, VkDevice targetDevice, in importExternalMemory() argument 1631 VkResult res = vk->vkAllocateMemory(targetDevice, &allocInfo, nullptr, out); in importExternalMemory() 1641 bool importExternalMemoryDedicatedImage(VulkanDispatch* vk, VkDevice targetDevice, in importExternalMemoryDedicatedImage() argument 1680 VkResult res = vk->vkAllocateMemory(targetDevice, &allocInfo, nullptr, out); in importExternalMemoryDedicatedImage()
|