Searched refs:timelines (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_queue.c2622 struct anv_timeline **timelines,
2635 anv_timeline_wait_locked(device, timelines[i], serials[i], 0);
2666 anv_timeline_wait_locked(device, timelines[i],
2683 struct anv_timeline **timelines; local in function:anv_WaitSemaphores
2691 vk_multialloc_add(&ma, &timelines, struct anv_timeline *,
2714 timelines[handle_count] = &impl->timeline;
2734 anv_timelines_wait(device, timelines, values, handle_count,
2621 anv_timelines_wait(struct anv_device * device,struct anv_timeline ** timelines,const uint64_t * serials,uint32_t n_timelines,bool wait_all,uint64_t abs_timeout_ns) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1172 unsigned num_timelines, struct lvp_semaphore_timeline **timelines)
1181 device->pscreen->fence_reference(device->pscreen, &timelines[i]->fence, handle);
1364 thread_flush(device, task->fence, task->timeline, task->timeline_count, task->timelines);
1527 task->timelines = (struct lvp_semaphore_timeline**)((uint8_t*)task->cmd_buffers + pSubmits[i].commandBufferCount * sizeof(struct lvp_cmd_buffer *));
1528 task->waits = (VkSemaphore*)((uint8_t*)task->timelines + pSubmits[i].signalSemaphoreCount * sizeof(struct lvp_semaphore_timeline *));
1552 task->timelines[s] = tl;
1171 thread_flush(struct lvp_device * device,struct lvp_fence * fence,uint64_t timeline,unsigned num_timelines,struct lvp_semaphore_timeline ** timelines) argument
H A Dlvp_private.h186 struct lvp_semaphore_timeline **timelines; member in struct:lvp_queue_work
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst2907 - zink: add env var to disable timelines
2908 - ci: add another zink job with timelines disabled
2924 - features: mark off timelines for lavapipe
H A D19.3.0.rst524 - radv: Add timelines with a VK_KHR_timeline_semaphore impl.
525 - radv: Add wait-before-submit support for timelines.
H A D21.1.0.rst4559 - zink: handle checking batch completion from other contexts without timelines

Completed in 25 milliseconds