Home
last modified time | relevance | path

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

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