Searched refs:vk_sync_create (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_sync.h | 339 VkResult MUST_CHECK vk_sync_create(struct vk_device *device,
|
D | vk_semaphore.c | 456 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()
|
D | vk_fence.c | 368 VkResult result = vk_sync_create(device, sync_type, 0 /* flags */, in vk_common_ImportFenceFdKHR()
|
D | vk_sync.c | 110 vk_sync_create(struct vk_device *device, in vk_sync_create() function
|
D | vk_queue.c | 965 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/ |
D | wsi_common_drm.c | 211 result = vk_sync_create(device, sync_type, VK_SYNC_IS_SHAREABLE, 0, &sync); in wsi_create_sync_for_dma_buf_wait()
|
D | wsi_common.c | 1128 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()
|
D | wsi_common_display.c | 1804 VkResult result = vk_sync_create(device, &wsi_display_sync_type, in wsi_display_sync_create()
|