Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/vulkan/
Dpvr_queue.c212 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/
Danv_queue.c45 result = vk_sync_create(&device->vk, in anv_queue_init()
Danv_utrace.c116 result = vk_sync_create(&device->vk, &device->physical->sync_syncobj_type, in anv_device_utrace_flush_cmd_buffers()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_sync.h316 VkResult MUST_CHECK vk_sync_create(struct vk_device *device,
Dvk_sync.c110 vk_sync_create(struct vk_device *device, in vk_sync_create() function
Dvk_fence.c365 VkResult result = vk_sync_create(device, sync_type, 0 /* flags */, in vk_common_ImportFenceFdKHR()
Dvk_semaphore.c419 VkResult result = vk_sync_create(device, sync_type, 0 /* flags */, in vk_common_ImportSemaphoreFdKHR()
Dvk_queue.c954 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/
Dwsi_common_drm.c222 result = vk_sync_create(device, sync_type, VK_SYNC_IS_SHAREABLE, 0, &sync); in wsi_create_sync_for_dma_buf_wait()
Dwsi_common.c912 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()
Dwsi_common_display.c1707 VkResult result = vk_sync_create(device, &wsi_display_sync_type, in wsi_display_sync_create()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_query.c260 result = vk_sync_create(&device->vk, in v3dv_CreateQueryPool()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c1930 return vk_sync_create(device, &vk_sync_dummy_type, in dzn_device_create_sync_for_memory()