Searched refs:set_memory_ownership (Results 1 – 3 of 3) sorted by relevance
528 if (wsi->set_memory_ownership) { in wsi_common_acquire_next_image2()530 wsi->set_memory_ownership(swapchain->device, mem, true); in wsi_common_acquire_next_image2()654 if (wsi->set_memory_ownership) { in wsi_common_queue_present()656 wsi->set_memory_ownership(swapchain->device, mem, false); in wsi_common_queue_present()
149 void (*set_memory_ownership)(VkDevice device, member
65 physical_device->wsi_device.set_memory_ownership = radv_wsi_set_memory_ownership; in radv_init_wsi()