Searched refs:vk_sync_create (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_queue.c | 212 result = vk_sync_create(&device->vk, in pvr_process_graphics_cmd() 220 result = vk_sync_create(&device->vk, in pvr_process_graphics_cmd() 293 result = vk_sync_create(&device->vk, in pvr_process_compute_cmd() 334 result = vk_sync_create(&device->vk, in pvr_process_transfer_cmds() 374 result = vk_sync_create(&device->vk, in pvr_set_semaphore_payloads() 432 result = vk_sync_create(&device->vk, in pvr_set_fence_payload() 547 result = vk_sync_create(&device->vk, in pvr_submit_null_job()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_queue.c | 45 result = vk_sync_create(&device->vk, in anv_queue_init()
|
D | anv_utrace.c | 116 result = vk_sync_create(&device->vk, &device->physical->sync_syncobj_type, in anv_device_utrace_flush_cmd_buffers()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_sync.h | 316 VkResult MUST_CHECK vk_sync_create(struct vk_device *device,
|
D | vk_sync.c | 110 vk_sync_create(struct vk_device *device, in vk_sync_create() function
|
D | vk_fence.c | 365 VkResult result = vk_sync_create(device, sync_type, 0 /* flags */, in vk_common_ImportFenceFdKHR()
|
D | vk_semaphore.c | 419 VkResult result = vk_sync_create(device, sync_type, 0 /* flags */, in vk_common_ImportSemaphoreFdKHR()
|
D | vk_queue.c | 954 result = vk_sync_create(queue->base.device, in vk_queue_submit() 1296 result = vk_sync_create(queue->base.device, sync_type, 0, 0, &sync); in vk_common_QueueWaitIdle()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_drm.c | 222 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 | 912 return vk_sync_create(device, &vk_sync_dummy_type, in wsi_signal_semaphore_for_image() 944 return vk_sync_create(device, &vk_sync_dummy_type, in wsi_signal_fence_for_image()
|
D | wsi_common_display.c | 1707 VkResult result = vk_sync_create(device, &wsi_display_sync_type, in wsi_display_sync_create()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_query.c | 260 result = vk_sync_create(&device->vk, in v3dv_CreateQueryPool()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 1930 return vk_sync_create(device, &vk_sync_dummy_type, in dzn_device_create_sync_for_memory()
|