Home
last modified time | relevance | path

Searched refs:wait_semaphores (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_synchronization2.c306 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/
Dzink_batch.c94 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()
Dzink_batch.h102 struct util_dynarray wait_semaphores; //external wait semaphores member
Dzink_fence.c223 util_dynarray_append(&ctx->batch.state->wait_semaphores, VkSemaphore, mfence->sem); in zink_fence_server_sync()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_kgsl.c460 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/
Doverlay.cpp1164 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/
Dradv_device.c4998 struct radv_semaphore_part **wait_semaphores; member