Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.h189 struct vk_sync **sync_out);
Dvk_sync.c114 struct vk_sync **sync_out) in vk_sync_create() argument
129 *sync_out = sync; in vk_sync_create()
Dvk_sync.h343 struct vk_sync **sync_out);
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.c1802 struct vk_sync **sync_out) in wsi_display_sync_create() argument
1806 0 /* initial_value */, sync_out); in wsi_display_sync_create()
1811 container_of(*sync_out, struct wsi_display_sync, sync); in wsi_display_sync_create()
2919 struct vk_sync **sync_out, in wsi_register_device_event() argument
2955 if (sync_out) { in wsi_register_device_event()
2956 ret = wsi_display_sync_create(device, fence, sync_out); in wsi_register_device_event()
3001 struct vk_sync **sync_out, in wsi_register_display_event() argument
3022 if (sync_out) { in wsi_register_display_event()
3023 ret = wsi_display_sync_create(device, fence, sync_out); in wsi_register_display_event()
Dwsi_common_drm.c195 struct vk_sync **sync_out) in wsi_create_sync_for_dma_buf_wait() argument
220 *sync_out = sync; in wsi_create_sync_for_dma_buf_wait()
Dwsi_common_private.h321 struct vk_sync **sync_out);