Searched refs:set_memory_ownership (Results 1 – 3 of 3) sorted by relevance
100 physical_device->wsi_device.set_memory_ownership = radv_wsi_set_memory_ownership; in radv_init_wsi()
175 void (*set_memory_ownership)(VkDevice device, member
982 if (wsi->set_memory_ownership) in wsi_common_acquire_next_image2()983 wsi->set_memory_ownership(swapchain->device, image->memory, true); in wsi_common_acquire_next_image2()1165 if (wsi->set_memory_ownership) { in wsi_common_queue_present()1167 wsi->set_memory_ownership(swapchain->device, mem, false); in wsi_common_queue_present()