Searched refs:pWaitSemaphores (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvk_android_native_buffer.h56 typedef VkResult (VKAPI_PTR *PFN_vkQueueSignalReleaseImageANDROID)(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, VkImage image, int* pNativeFenceFd);
75 const VkSemaphore* pWaitSemaphores,
H A Dvulkan_core.h2121 const VkSemaphore* pWaitSemaphores; member in struct:VkSubmitInfo
2215 const VkSemaphore* pWaitSemaphores; member in struct:VkBindSparseInfo
4887 const VkSemaphore* pWaitSemaphores; member in struct:VkPresentInfoKHR
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvk_android_native_buffer.h101 typedef VkResult (VKAPI_PTR *PFN_vkQueueSignalReleaseImageANDROID)(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, VkImage image, int* pNativeFenceFd);
130 const VkSemaphore* pWaitSemaphores,
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_wsi.c144 ANV_FROM_HANDLE(anv_semaphore, semaphore, pPresentInfo->pWaitSemaphores[i]);
179 ANV_FROM_HANDLE(anv_semaphore, semaphore, pPresentInfo->pWaitSemaphores[i]);
H A Danv_android.c893 const VkSemaphore* pWaitSemaphores,
906 .pWaitSemaphores = pWaitSemaphores,
890 anv_QueueSignalReleaseImageANDROID(VkQueue queue,uint32_t waitSemaphoreCount,const VkSemaphore * pWaitSemaphores,VkImage image,int * pNativeFenceFd) argument
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_android.c335 const VkSemaphore *pWaitSemaphores,
357 .semaphore = pWaitSemaphores[i],
333 tu_QueueSignalReleaseImageANDROID(VkQueue _queue,uint32_t waitSemaphoreCount,const VkSemaphore * pWaitSemaphores,VkImage image,int * pNativeFenceFd) argument
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_android.c334 const VkSemaphore* pWaitSemaphores,
355 .semaphore = pWaitSemaphores[i],
331 radv_QueueSignalReleaseImageANDROID(VkQueue _queue,uint32_t waitSemaphoreCount,const VkSemaphore * pWaitSemaphores,VkImage image,int * pNativeFenceFd) argument
H A Dradv_device.c2961 pSubmits[i].pWaitSemaphores,
3038 pSubmits[i].pWaitSemaphores);
3638 pBindInfo[i].pWaitSemaphores,
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_queue.h283 if (val->pWaitSemaphores) {
286 size += vn_sizeof_VkSemaphore(&val->pWaitSemaphores[i]);
368 if (val->pWaitSemaphores) {
371 vn_encode_VkSemaphore(enc, &val->pWaitSemaphores[i]);
648 if (val->pWaitSemaphores) {
651 size += vn_sizeof_VkSemaphore(&val->pWaitSemaphores[i]);
736 if (val->pWaitSemaphores) {
739 vn_encode_VkSemaphore(enc, &val->pWaitSemaphores[i]);
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_queue.c106 wait_sems = u.submit_batch->pWaitSemaphores;
111 wait_sems = u.bind_sparse_batch->pWaitSemaphores;
199 src_sems = u.submit_batch->pWaitSemaphores;
204 src_sems = u.bind_sparse_batch->pWaitSemaphores;
228 u.submit_batch->pWaitSemaphores = dst_sems;
232 u.bind_sparse_batch->pWaitSemaphores = dst_sems;
H A Dvn_android.c625 const VkSemaphore *pWaitSemaphores,
658 .pWaitSemaphores = pWaitSemaphores,
623 vn_QueueSignalReleaseImageANDROID(VkQueue queue,uint32_t waitSemaphoreCount,const VkSemaphore * pWaitSemaphores,VkImage image,int * pNativeFenceFd) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_android.c723 const VkSemaphore* pWaitSemaphores,
736 .pWaitSemaphores = pWaitSemaphores,
720 anv_QueueSignalReleaseImageANDROID(VkQueue queue,uint32_t waitSemaphoreCount,const VkSemaphore * pWaitSemaphores,VkImage image,int * pNativeFenceFd) argument
H A Danv_queue.c185 pSubmits[i].pWaitSemaphores,
211 in_semaphores = pSubmits[i].pWaitSemaphores;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_kgsl.c407 struct tu_syncobj s = sync_merge(submit->pWaitSemaphores,
677 const VkSemaphore *pWaitSemaphores,
685 struct tu_syncobj s = sync_merge(pWaitSemaphores, waitSemaphoreCount, true, true);
675 tu_QueueSignalReleaseImageANDROID(VkQueue _queue,uint32_t waitSemaphoreCount,const VkSemaphore * pWaitSemaphores,VkImage image,int * pNativeFenceFd) argument
H A Dtu_drm.c921 TU_FROM_HANDLE(tu_syncobj, sem, submit_info->pWaitSemaphores[i]);
1426 TU_FROM_HANDLE(tu_syncobj, sem, submit->pWaitSemaphores[i]);
1844 const VkSemaphore *pWaitSemaphores,
1866 .semaphore = pWaitSemaphores[i],
1842 tu_QueueSignalReleaseImageANDROID(VkQueue _queue,uint32_t waitSemaphoreCount,const VkSemaphore * pWaitSemaphores,VkImage image,int * pNativeFenceFd) argument
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_android.c457 const VkSemaphore *pWaitSemaphores, VkImage image,
478 .semaphore = pWaitSemaphores[i],
456 radv_QueueSignalReleaseImageANDROID(VkQueue _queue,uint32_t waitSemaphoreCount,const VkSemaphore * pWaitSemaphores,VkImage image,int * pNativeFenceFd) argument
H A Dradv_device.c5043 .wait_semaphores = pSubmits[i].pWaitSemaphores,
5737 .wait_semaphores = pBindInfo[i].pWaitSemaphores,
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_device.c217 VK_FROM_HANDLE(panvk_semaphore, sem, submit->pWaitSemaphores[i]);
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_synchronization2.c331 .semaphore = pSubmits[s].pWaitSemaphores[i],
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common.c720 submit_info.pWaitSemaphores = pPresentInfo->pWaitSemaphores;
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1128 submit_info.pWaitSemaphores = wait_semaphores;
1674 pPresentInfo->pWaitSemaphores,
1691 pPresentInfo->pWaitSemaphores,
1700 present_info.pWaitSemaphores = &draw->semaphore;
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common.c1039 submit_info.pWaitSemaphores = pPresentInfo->pWaitSemaphores;
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1387 submit_info.pWaitSemaphores = &draw->cross_engine_semaphore;
1406 submit_info.pWaitSemaphores = wait_semaphores;
1959 pPresentInfo->pWaitSemaphores,
1988 pPresentInfo->pWaitSemaphores,
1997 present_info.pWaitSemaphores = &draw->semaphore;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_batch.c372 si.pWaitSemaphores = NULL;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1560 LVP_FROM_HANDLE(lvp_semaphore, sema, pSubmits[i].pWaitSemaphores[j]);
1577 task->waits[w] = pSubmits[i].pWaitSemaphores[j];

Completed in 81 milliseconds

12