/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkQueue.cpp | 83 submits[i].pWaitSemaphores = nullptr; in DeepCopySubmitInfo() 91 submits[i].pWaitSemaphores = reinterpret_cast<const VkSemaphore *>(mem); in DeepCopySubmitInfo() 92 memcpy(mem, pSubmits[i].pWaitSemaphores, size); in DeepCopySubmitInfo() 215 if(auto *sem = DynamicCast<TimelineSemaphore>(submitInfo.pWaitSemaphores[j])) in submitQueue() 220 else if(auto *sem = DynamicCast<BinarySemaphore>(submitInfo.pWaitSemaphores[j])) in submitQueue() 334 auto *semaphore = vk::DynamicCast<BinarySemaphore>(presentInfo->pWaitSemaphores[i]); in present()
|
D | VkQueue.hpp | 67 const VkSemaphore *pWaitSemaphores; member
|
/third_party/mesa3d/include/vulkan/ |
D | vk_android_native_buffer.h | 101 …ROID)(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, VkImage imag… 130 const VkSemaphore* pWaitSemaphores,
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_wsi.c | 144 ANV_FROM_HANDLE(anv_semaphore, semaphore, pPresentInfo->pWaitSemaphores[i]); in anv_QueuePresentKHR() 179 ANV_FROM_HANDLE(anv_semaphore, semaphore, pPresentInfo->pWaitSemaphores[i]); in anv_QueuePresentKHR()
|
D | anv_android.c | 893 const VkSemaphore* pWaitSemaphores, in anv_QueueSignalReleaseImageANDROID() argument 906 .pWaitSemaphores = pWaitSemaphores, in anv_QueueSignalReleaseImageANDROID()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_queue.h | 283 if (val->pWaitSemaphores) { in vn_sizeof_VkSubmitInfo_self() 286 size += vn_sizeof_VkSemaphore(&val->pWaitSemaphores[i]); in vn_sizeof_VkSubmitInfo_self() 368 if (val->pWaitSemaphores) { in vn_encode_VkSubmitInfo_self() 371 vn_encode_VkSemaphore(enc, &val->pWaitSemaphores[i]); in vn_encode_VkSubmitInfo_self() 648 if (val->pWaitSemaphores) { in vn_sizeof_VkBindSparseInfo_self() 651 size += vn_sizeof_VkSemaphore(&val->pWaitSemaphores[i]); in vn_sizeof_VkBindSparseInfo_self() 736 if (val->pWaitSemaphores) { in vn_encode_VkBindSparseInfo_self() 739 vn_encode_VkSemaphore(enc, &val->pWaitSemaphores[i]); in vn_encode_VkBindSparseInfo_self()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 223 present.pWaitSemaphores = NULL; in Present() 292 submitInfo[0].pWaitSemaphores = &imageAcquiredSemaphore; in PrimaryCommandBufferBenchmarkHundredIndividual() 359 submitInfo[0].pWaitSemaphores = &imageAcquiredSemaphore; in PrimaryCommandBufferBenchmarkOneWithOneHundred() 451 submitInfo[0].pWaitSemaphores = &imageAcquiredSemaphore; in SecondaryCommandBufferBenchmark()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 223 present.pWaitSemaphores = NULL; in Present() 292 submitInfo[0].pWaitSemaphores = &imageAcquiredSemaphore; in PrimaryCommandBufferBenchmarkHundredIndividual() 359 submitInfo[0].pWaitSemaphores = &imageAcquiredSemaphore; in PrimaryCommandBufferBenchmarkOneWithOneHundred() 451 submitInfo[0].pWaitSemaphores = &imageAcquiredSemaphore; in SecondaryCommandBufferBenchmark()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_queue.c | 106 wait_sems = u.submit_batch->pWaitSemaphores; in vn_queue_submission_count_batch_semaphores() 111 wait_sems = u.bind_sparse_batch->pWaitSemaphores; in vn_queue_submission_count_batch_semaphores() 199 src_sems = u.submit_batch->pWaitSemaphores; in vn_queue_submission_filter_batch_wsi_semaphores() 204 src_sems = u.bind_sparse_batch->pWaitSemaphores; in vn_queue_submission_filter_batch_wsi_semaphores() 228 u.submit_batch->pWaitSemaphores = dst_sems; in vn_queue_submission_filter_batch_wsi_semaphores() 232 u.bind_sparse_batch->pWaitSemaphores = dst_sems; in vn_queue_submission_filter_batch_wsi_semaphores()
|
D | vn_android.c | 625 const VkSemaphore *pWaitSemaphores, in vn_QueueSignalReleaseImageANDROID() argument 658 .pWaitSemaphores = pWaitSemaphores, in vn_QueueSignalReleaseImageANDROID()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.hpp | 201 const vk::VkSemaphore* pWaitSemaphores = DE_NULL, 211 const vk::VkSemaphore* pWaitSemaphores = DE_NULL,
|
D | vktSparseResourcesTestsUtil.cpp | 350 const VkSemaphore* pWaitSemaphores, in submitCommands() argument 360 pWaitSemaphores, // const VkSemaphore* pWaitSemaphores; in submitCommands() 376 const VkSemaphore* pWaitSemaphores, in submitCommandsAndWait() argument 409 pWaitSemaphores, // const VkSemaphore* pWaitSemaphores; in submitCommandsAndWait()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | Swapchain.cpp | 82 presentInfo.pWaitSemaphores = &waitSemaphore; in queuePresent()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_kgsl.c | 407 struct tu_syncobj s = sync_merge(submit->pWaitSemaphores, in tu_QueueSubmit() 677 const VkSemaphore *pWaitSemaphores, in tu_QueueSignalReleaseImageANDROID() argument 685 struct tu_syncobj s = sync_merge(pWaitSemaphores, waitSemaphoreCount, true, true); in tu_QueueSignalReleaseImageANDROID()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.cpp | 36 submitInfo->pWaitSemaphores = waitSemaphores.data(); in InitializeSubmitInfo() 114 mPresentInfo.pWaitSemaphores = nullptr; in initTask() 154 mWaitSemaphore = other.pWaitSemaphores[0]; in copyPresentInfo() 155 mPresentInfo.pWaitSemaphores = &mWaitSemaphore; in copyPresentInfo() 1221 submitInfo.pWaitSemaphores = waitSemaphore->ptr(); in queueSubmitOneOff()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 271 info.pWaitSemaphores = &image_acquired_semaphore; in FrameRender() 291 info.pWaitSemaphores = &fd->RenderCompleteSemaphore; in FramePresent()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 281 info.pWaitSemaphores = &image_acquired_semaphore; in FrameRender() 301 info.pWaitSemaphores = &fd->RenderCompleteSemaphore; in FramePresent()
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
D | main.cpp | 314 info.pWaitSemaphores = &image_acquired_semaphore; in FrameRender() 336 info.pWaitSemaphores = &render_complete_semaphore; in FramePresent()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | NativeSwapChainImplVk.cpp | 207 presentInfo.pWaitSemaphores = nullptr; in Present()
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/ |
D | main.cpp | 306 info.pWaitSemaphores = &image_acquired_semaphore; in FrameRender() 328 info.pWaitSemaphores = &render_complete_semaphore; in FramePresent()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | NativeSwapChainImplVk.cpp | 192 presentInfo.pWaitSemaphores = nullptr; in Present()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_android.c | 457 const VkSemaphore *pWaitSemaphores, VkImage image, in radv_QueueSignalReleaseImageANDROID() argument 478 .semaphore = pWaitSemaphores[i], in radv_QueueSignalReleaseImageANDROID()
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_device.cc | 345 .pWaitSemaphores = wait_semaphores.data(), in QueueSubmit()
|
/third_party/flutter/skia/tools/gpu/vk/ |
D | VkTestContext.cpp | 97 submitInfo.pWaitSemaphores = nullptr; in insertFence()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.c | 720 submit_info.pWaitSemaphores = pPresentInfo->pWaitSemaphores; in wsi_common_queue_present()
|