Home
last modified time | relevance | path

Searched refs:set_memory_ownership (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dradv_wsi.c100 physical_device->wsi_device.set_memory_ownership = radv_wsi_set_memory_ownership; in radv_init_wsi()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.h175 void (*set_memory_ownership)(VkDevice device, member
Dwsi_common.c982 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()