Searched refs:set_memory_ownership (Results 1 – 2 of 2) sorted by relevance
211 void (*set_memory_ownership)(VkDevice device, member
1030 if (swapchain->wsi->set_memory_ownership) { in wsi_ReleaseSwapchainImagesEXT()1034 swapchain->wsi->set_memory_ownership(swapchain->device, mem, false); in wsi_ReleaseSwapchainImagesEXT()1198 if (wsi->set_memory_ownership) in wsi_common_acquire_next_image2()1199 wsi->set_memory_ownership(swapchain->device, image->memory, true); in wsi_common_acquire_next_image2()1467 if (wsi->set_memory_ownership) { in wsi_common_queue_present()1469 wsi->set_memory_ownership(swapchain->device, mem, false); in wsi_common_queue_present()