Home
last modified time | relevance | path

Searched refs:sync_out (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
Danv_bo_sync.c219 struct vk_sync **sync_out) in anv_create_sync_for_memory() argument
234 *sync_out = &bo_sync->sync; in anv_create_sync_for_memory()
Danv_private.h2990 struct vk_sync **sync_out);
/third_party/mesa3d/src/vulkan/runtime/
Dvk_sync.c114 struct vk_sync **sync_out) in vk_sync_create() argument
129 *sync_out = sync; in vk_sync_create()
Dvk_device.h170 struct vk_sync **sync_out);
Dvk_sync.h320 struct vk_sync **sync_out);
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c1705 struct vk_sync **sync_out) in wsi_display_sync_create() argument
1709 0 /* initial_value */, sync_out); in wsi_display_sync_create()
1714 container_of(*sync_out, struct wsi_display_sync, sync); in wsi_display_sync_create()
2777 struct vk_sync **sync_out, in wsi_register_device_event() argument
2813 if (sync_out) { in wsi_register_device_event()
2814 ret = wsi_display_sync_create(device, fence, sync_out); in wsi_register_device_event()
2859 struct vk_sync **sync_out, in wsi_register_display_event() argument
2880 if (sync_out) { in wsi_register_display_event()
2881 ret = wsi_display_sync_create(device, fence, sync_out); in wsi_register_display_event()
Dwsi_common_drm.c206 struct vk_sync **sync_out) in wsi_create_sync_for_dma_buf_wait() argument
231 *sync_out = sync; in wsi_create_sync_for_dma_buf_wait()
Dwsi_common_private.h236 struct vk_sync **sync_out);
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c1928 struct vk_sync **sync_out) in dzn_device_create_sync_for_memory() argument
1931 0, 1, sync_out); in dzn_device_create_sync_for_memory()