Searched refs:wait_semaphores (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_synchronization2.c | 306 STACK_ARRAY(VkSemaphoreSubmitInfo, wait_semaphores, n_wait_semaphores); in vk_common_QueueSubmit() 353 wait_semaphores[n_wait_semaphores + i] = (VkSemaphoreSubmitInfo) { in vk_common_QueueSubmit() 386 .pWaitSemaphoreInfos = &wait_semaphores[n_wait_semaphores], in vk_common_QueueSubmit() 421 STACK_ARRAY_FINISH(wait_semaphores); in vk_common_QueueSubmit()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_batch.c | 94 while (util_dynarray_contains(&bs->wait_semaphores, VkSemaphore)) in zink_reset_batch_state() 95 … VKSCR(DestroySemaphore)(screen->dev, util_dynarray_pop(&bs->wait_semaphores, VkSemaphore), NULL); in zink_reset_batch_state() 236 util_dynarray_init(&bs->wait_semaphores, NULL); in create_batch_state() 388 si[1].waitSemaphoreCount = util_dynarray_num_elements(&bs->wait_semaphores, VkSemaphore); in submit_queue() 389 si[1].pWaitSemaphores = bs->wait_semaphores.data; in submit_queue()
|
D | zink_batch.h | 102 struct util_dynarray wait_semaphores; //external wait semaphores member
|
D | zink_fence.c | 223 util_dynarray_append(&ctx->batch.state->wait_semaphores, VkSemaphore, mfence->sem); in zink_fence_server_sync()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_kgsl.c | 460 VkSemaphore wait_semaphores[submit->waitSemaphoreInfoCount]; in tu_QueueSubmit2() local 462 wait_semaphores[j] = submit->pWaitSemaphoreInfos[j].semaphore; in tu_QueueSubmit2() 465 struct tu_syncobj s = sync_merge(wait_semaphores, in tu_QueueSubmit2()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1164 const VkSemaphore *wait_semaphores, in render_swapchain_display() argument 1406 submit_info.pWaitSemaphores = wait_semaphores; in render_swapchain_display() 1834 const VkSemaphore *wait_semaphores, in before_present() argument 1846 wait_semaphores, n_wait_semaphores, in before_present()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 4998 struct radv_semaphore_part **wait_semaphores; member
|