/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_sync.h | 132 struct vk_sync_wait; 235 const struct vk_sync_wait *waits, 294 struct vk_sync_wait { struct 336 VkResult MUST_CHECK vk_sync_wait(struct vk_device *device, 344 const struct vk_sync_wait *waits,
|
D | vk_sync_binary.c | 90 const struct vk_sync_wait *waits, in vk_sync_binary_wait_many() 94 STACK_ARRAY(struct vk_sync_wait, timeline_waits, wait_count); in vk_sync_binary_wait_many() 99 timeline_waits[i] = (struct vk_sync_wait) { in vk_sync_binary_wait_many()
|
D | vk_sync.c | 229 struct vk_sync_wait wait = { in __vk_sync_wait() 240 vk_sync_wait(struct vk_device *device, in vk_sync_wait() function 262 const struct vk_sync_wait *waits, in can_wait_many() 284 const struct vk_sync_wait *waits, in __vk_sync_wait_many() 330 const struct vk_sync_wait *waits, in vk_sync_wait_many()
|
D | vk_fence.c | 238 VkResult result = vk_sync_wait(device, vk_fence_get_active_sync(fence), in vk_common_GetFenceStatus() 265 STACK_ARRAY(struct vk_sync_wait, waits, fenceCount); in vk_common_WaitForFences() 269 waits[i] = (struct vk_sync_wait) { in vk_common_WaitForFences() 442 result = vk_sync_wait(device, sync, 0, in vk_common_GetFenceFdKHR()
|
D | vk_queue.h | 41 struct vk_sync_wait; 211 struct vk_sync_wait *waits;
|
D | vk_semaphore.c | 308 STACK_ARRAY(struct vk_sync_wait, waits, pWaitInfo->semaphoreCount); in vk_common_WaitSemaphores() 314 waits[i] = (struct vk_sync_wait) { in vk_common_WaitSemaphores() 525 result = vk_sync_wait(device, sync, 0, in vk_common_GetSemaphoreFdKHR()
|
D | vk_queue.c | 155 VK_MULTIALLOC_DECL(&ma, struct vk_sync_wait, waits, wait_count); in vk_queue_submit_alloc() 417 result = vk_sync_wait(queue->base.device, in vk_queue_flush() 685 submit->waits[i] = (struct vk_sync_wait) { in vk_queue_submit() 948 result = vk_sync_wait(queue->base.device, in vk_queue_submit() 1029 STACK_ARRAY(struct vk_sync_wait, waits, wait_count); in vk_queue_wait_before_present() 1044 waits[i] = (struct vk_sync_wait) { in vk_queue_wait_before_present() 1304 result = vk_sync_wait(queue->base.device, sync, 0, in vk_common_QueueWaitIdle()
|
D | vk_sync_dummy.c | 42 const struct vk_sync_wait *waits, in vk_sync_dummy_wait_many()
|
D | vk_drm_syncobj.c | 172 const struct vk_sync_wait *waits, in spin_wait_for_sync_file() 210 const struct vk_sync_wait *waits, in vk_drm_syncobj_wait_many()
|
D | vk_sync_timeline.c | 274 VkResult result = vk_sync_wait(device, &point->sync, 0, in vk_sync_timeline_gc_locked() 485 result = vk_sync_wait(device, &point->sync, 0, in vk_sync_timeline_wait_locked()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_radeon_winsys.h | 46 struct vk_sync_wait; 286 const struct vk_sync_wait *waits, uint32_t signal_count,
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_job_transfer.c | 50 VkResult result = vk_sync_wait(&device->vk, in pvr_transfer_job_submit()
|
D | pvr_queue.c | 180 result = vk_sync_wait(&queue->device->vk, in pvr_QueueWaitIdle()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_bo_sync.c | 102 const struct vk_sync_wait *waits, in anv_bo_sync_wait()
|
D | anv_utrace.c | 249 vk_sync_wait(&device->vk, in anv_utrace_read_ts()
|
D | anv_batch_chain.c | 2081 const struct vk_sync_wait *waits, in anv_queue_exec_locked() 2268 VkResult result = vk_sync_wait(&device->vk, in anv_queue_exec_locked()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_sync.c | 130 const struct vk_sync_wait *waits, in dzn_sync_wait()
|
D | dzn_device.c | 1729 dzn_queue_sync_wait(struct dzn_queue *queue, const struct vk_sync_wait *wait) in dzn_queue_sync_wait()
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
D | pvr_srv_sync.c | 128 const struct vk_sync_wait *waits, in pvr_srv_sync_wait_many()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_query.c | 372 vk_sync_wait(&device->vk, q->perf.last_job_sync, in query_wait_available() 465 vk_sync_wait(&device->vk, q->perf.last_job_sync, in query_check_available()
|
D | v3dv_queue.c | 141 struct vk_sync_wait waits[info->count]; in handle_reset_query_cpu_job() 149 waits[wait_count] = (struct vk_sync_wait){ in handle_reset_query_cpu_job() 466 uint32_t count, struct vk_sync_wait *waits) in process_waits()
|
D | v3dv_private.h | 1001 struct vk_sync_wait *waits;
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_drm.c | 516 const struct vk_sync_wait *waits, in tu_timeline_sync_wait()
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_cs.c | 1364 const struct vk_sync_wait *waits, uint32_t signal_count, in radv_amdgpu_winsys_cs_submit()
|