| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_wsi.c | 114 const VkPresentInfoKHR* pPresentInfo) 128 pPresentInfo->waitSemaphoreCount > 0) { 134 pPresentInfo->waitSemaphoreCount); 136 pPresentInfo->waitSemaphoreCount); 143 for (uint32_t i = 0; i < pPresentInfo->waitSemaphoreCount; i++) { 144 ANV_FROM_HANDLE(anv_semaphore, semaphore, pPresentInfo->pWaitSemaphores[i]); 176 pPresentInfo); 178 for (uint32_t i = 0; i < pPresentInfo->waitSemaphoreCount; i++) { 179 ANV_FROM_HANDLE(anv_semaphore, semaphore, pPresentInfo->pWaitSemaphores[i]); 112 anv_QueuePresentKHR(VkQueue _queue,const VkPresentInfoKHR * pPresentInfo) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | Dxgi.cpp | 64 D3DKMT_PRESENT *pPresentInfo = (D3DKMT_PRESENT *)pPresentData->pDXGIContext; local in function:_Present 66 HWND hWnd = pPresentInfo->hWindow; 69 DebugPrintf(" hWindow = 0x%08lx\n", pPresentInfo->hWindow); 70 if (pPresentInfo->Flags.SrcRectValid) { 71 DebugPrintf(" SrcRect.left = %li\n", pPresentInfo->SrcRect.left); 72 DebugPrintf(" SrcRect.top = %li\n", pPresentInfo->SrcRect.top); 73 DebugPrintf(" SrcRect.right = %li\n", pPresentInfo->SrcRect.right); 74 DebugPrintf(" SrcRect.bottom = %li\n", pPresentInfo->SrcRect.bottom); 76 if (pPresentInfo->Flags.DstRectValid) { 77 DebugPrintf(" DstRect.left = %li\n", pPresentInfo [all...] |
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_wsi.c | 182 vn_QueuePresentKHR(VkQueue _queue, const VkPresentInfoKHR *pPresentInfo) argument 189 queue->family, pPresentInfo); 191 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) { 193 pPresentInfo->pResults ? pPresentInfo->pResults[i] : result; 196 VN_WSI_PTR(pPresentInfo->pSwapchains[i]), 197 pPresentInfo->pImageIndices[i], vk_Result_to_str(r));
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_wsi.c | 88 tu_QueuePresentKHR(VkQueue _queue, const VkPresentInfoKHR *pPresentInfo) argument 97 pPresentInfo);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_wsi.c | 116 radv_QueuePresentKHR(VkQueue _queue, const VkPresentInfoKHR *pPresentInfo) argument 121 queue->vk.queue_family_index, pPresentInfo);
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common.c | 664 const VkPresentInfoKHR *pPresentInfo) 669 vk_find_struct_const(pPresentInfo->pNext, PRESENT_REGIONS_KHR); 671 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) { 672 VK_FROM_HANDLE(wsi_swapchain, swapchain, pPresentInfo->pSwapchains[i]); 673 uint32_t image_index = pPresentInfo->pImageIndices[i]; 719 submit_info.waitSemaphoreCount = pPresentInfo->waitSemaphoreCount; 720 submit_info.pWaitSemaphores = pPresentInfo->pWaitSemaphores; 725 pPresentInfo->waitSemaphoreCount, 732 for (uint32_t s = 0; s < pPresentInfo->waitSemaphoreCount; s++) 771 if (pPresentInfo 660 wsi_common_queue_present(const struct wsi_device * wsi,VkDevice device,VkQueue queue,int queue_family_index,const VkPresentInfoKHR * pPresentInfo) argument 783 wsi_QueuePresentKHR(VkQueue _queue,const VkPresentInfoKHR * pPresentInfo) argument [all...] |
| H A D | wsi_common.h | 264 const VkPresentInfoKHR *pPresentInfo);
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common.c | 1002 const VkPresentInfoKHR *pPresentInfo) 1007 vk_find_struct_const(pPresentInfo->pNext, PRESENT_REGIONS_KHR); 1009 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) { 1010 WSI_FROM_HANDLE(wsi_swapchain, swapchain, pPresentInfo->pSwapchains[i]); 1038 submit_info.waitSemaphoreCount = pPresentInfo->waitSemaphoreCount; 1039 submit_info.pWaitSemaphores = pPresentInfo->pWaitSemaphores; 1044 pPresentInfo->waitSemaphoreCount, 1051 for (uint32_t s = 0; s < pPresentInfo->waitSemaphoreCount; s++) 1062 swapchain->get_wsi_image(swapchain, pPresentInfo->pImageIndices[i]); 1078 pPresentInfo 998 wsi_common_queue_present(const struct wsi_device * wsi,VkDevice device,VkQueue queue,int queue_family_index,const VkPresentInfoKHR * pPresentInfo) argument [all...] |
| H A D | wsi_common.h | 258 const VkPresentInfoKHR *pPresentInfo);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_wsi.c | 231 tu_QueuePresentKHR(VkQueue _queue, const VkPresentInfoKHR *pPresentInfo) argument 237 pPresentInfo);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_wsi.c | 254 const VkPresentInfoKHR* pPresentInfo) 261 pPresentInfo); 252 radv_QueuePresentKHR(VkQueue _queue,const VkPresentInfoKHR * pPresentInfo) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_wsi.c | 263 const VkPresentInfoKHR* pPresentInfo) 272 pPresentInfo); 261 anv_QueuePresentKHR(VkQueue _queue,const VkPresentInfoKHR * pPresentInfo) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 1600 const VkPresentInfoKHR* pPresentInfo) 1668 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) { 1669 VkSwapchainKHR swapchain = pPresentInfo->pSwapchains[i]; 1674 pPresentInfo->pWaitSemaphores, 1675 pPresentInfo->waitSemaphoreCount, 1676 pPresentInfo->pImageIndices[i]); 1678 result = queue_data->device->vtable.QueuePresentKHR(queue, pPresentInfo); 1680 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) { 1681 VkSwapchainKHR swapchain = pPresentInfo->pSwapchains[i]; 1683 VkPresentInfoKHR present_info = *pPresentInfo; 1598 overlay_QueuePresentKHR(VkQueue queue,const VkPresentInfoKHR * pPresentInfo) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 1889 const VkPresentInfoKHR* pPresentInfo) 1950 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) { 1951 VkSwapchainKHR swapchain = pPresentInfo->pSwapchains[i]; 1955 uint32_t image_index = pPresentInfo->pImageIndices[i]; 1959 pPresentInfo->pWaitSemaphores, 1960 pPresentInfo->waitSemaphoreCount, 1963 VkPresentInfoKHR present_info = *pPresentInfo; 1974 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) { 1975 VkSwapchainKHR swapchain = pPresentInfo->pSwapchains[i]; 1979 uint32_t image_index = pPresentInfo 1887 overlay_QueuePresentKHR(VkQueue queue,const VkPresentInfoKHR * pPresentInfo) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/layers/ |
| H A D | radv_sqtt_layer.c | 401 sqtt_QueuePresentKHR(VkQueue _queue, const VkPresentInfoKHR *pPresentInfo) argument 405 result = radv_QueuePresentKHR(_queue, pPresentInfo);
|
| /xsrc/external/mit/MesaLib.old/dist/include/vulkan/ |
| H A D | vulkan_core.h | 4942 typedef VkResult (VKAPI_PTR *PFN_vkQueuePresentKHR)(VkQueue queue, const VkPresentInfoKHR* pPresentInfo); 4976 const VkPresentInfoKHR* pPresentInfo);
|
| /xsrc/external/mit/MesaLib/dist/include/vulkan/ |
| H A D | vulkan_core.h | 6246 typedef VkResult (VKAPI_PTR *PFN_vkQueuePresentKHR)(VkQueue queue, const VkPresentInfoKHR* pPresentInfo); 6280 const VkPresentInfoKHR* pPresentInfo);
|