Home
last modified time | relevance | path

Searched refs:vk_sync_create (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_sync.h339 VkResult MUST_CHECK vk_sync_create(struct vk_device *device,
Dvk_semaphore.c456 VkResult result = vk_sync_create(device, sync_type, 0 /* flags */, in vk_common_ImportSemaphoreWin32HandleKHR()
571 VkResult result = vk_sync_create(device, sync_type, 0 /* flags */, in vk_common_ImportSemaphoreFdKHR()
Dvk_fence.c368 VkResult result = vk_sync_create(device, sync_type, 0 /* flags */, in vk_common_ImportFenceFdKHR()
Dvk_sync.c110 vk_sync_create(struct vk_device *device, in vk_sync_create() function
Dvk_queue.c965 result = vk_sync_create(queue->base.device, in vk_queue_submit()
1317 result = vk_sync_create(queue->base.device, sync_type, 0, 0, &sync); in vk_common_QueueWaitIdle()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_drm.c211 result = vk_sync_create(device, sync_type, VK_SYNC_IS_SHAREABLE, 0, &sync); in wsi_create_sync_for_dma_buf_wait()
Dwsi_common.c1128 return vk_sync_create(device, &vk_sync_dummy_type, in wsi_signal_semaphore_for_image()
1160 return vk_sync_create(device, &vk_sync_dummy_type, in wsi_signal_fence_for_image()
Dwsi_common_display.c1804 VkResult result = vk_sync_create(device, &wsi_display_sync_type, in wsi_display_sync_create()