| /xsrc/external/mit/MesaLib.old/dist/include/vulkan/ |
| H A D | vk_android_native_buffer.h | 56 typedef VkResult (VKAPI_PTR *PFN_vkQueueSignalReleaseImageANDROID)(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, VkImage image, int* pNativeFenceFd); 75 const VkSemaphore* pWaitSemaphores,
|
| H A D | vulkan_core.h | 2121 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 D | vk_android_native_buffer.h | 101 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 D | anv_wsi.c | 144 ANV_FROM_HANDLE(anv_semaphore, semaphore, pPresentInfo->pWaitSemaphores[i]); 179 ANV_FROM_HANDLE(anv_semaphore, semaphore, pPresentInfo->pWaitSemaphores[i]);
|
| H A D | anv_android.c | 893 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 D | tu_android.c | 335 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 D | radv_android.c | 334 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 D | radv_device.c | 2961 pSubmits[i].pWaitSemaphores, 3038 pSubmits[i].pWaitSemaphores); 3638 pBindInfo[i].pWaitSemaphores,
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_queue.h | 283 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 D | vn_queue.c | 106 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 D | vn_android.c | 625 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 D | anv_android.c | 723 const VkSemaphore* pWaitSemaphores, 736 .pWaitSemaphores = pWaitSemaphores, 720 anv_QueueSignalReleaseImageANDROID(VkQueue queue,uint32_t waitSemaphoreCount,const VkSemaphore * pWaitSemaphores,VkImage image,int * pNativeFenceFd) argument
|
| H A D | anv_queue.c | 185 pSubmits[i].pWaitSemaphores, 211 in_semaphores = pSubmits[i].pWaitSemaphores;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_kgsl.c | 407 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 D | tu_drm.c | 921 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 D | radv_android.c | 457 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 D | radv_device.c | 5043 .wait_semaphores = pSubmits[i].pWaitSemaphores, 5737 .wait_semaphores = pBindInfo[i].pWaitSemaphores,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_device.c | 217 VK_FROM_HANDLE(panvk_semaphore, sem, submit->pWaitSemaphores[i]);
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| H A D | vk_synchronization2.c | 331 .semaphore = pSubmits[s].pWaitSemaphores[i],
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common.c | 720 submit_info.pWaitSemaphores = pPresentInfo->pWaitSemaphores;
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 1128 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 D | wsi_common.c | 1039 submit_info.pWaitSemaphores = pPresentInfo->pWaitSemaphores;
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 1387 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 D | zink_batch.c | 372 si.pWaitSemaphores = NULL;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_device.c | 1560 LVP_FROM_HANDLE(lvp_semaphore, sema, pSubmits[i].pWaitSemaphores[j]); 1577 task->waits[w] = pSubmits[i].pWaitSemaphores[j];
|