Home
last modified time | relevance | path

Searched refs:targetDevice (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h458 bool importExternalMemory(VulkanDispatch* vk, VkDevice targetDevice,
460 bool importExternalMemoryDedicatedImage(VulkanDispatch* vk, VkDevice targetDevice,
DVkCommonOperations.cpp1600 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()