Home
last modified time | relevance | path

Searched refs:pWaitSemaphores (Results 1 – 25 of 68) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkQueue.cpp83 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()
DVkQueue.hpp67 const VkSemaphore *pWaitSemaphores; member
/third_party/mesa3d/include/vulkan/
Dvk_android_native_buffer.h101 …ROID)(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, VkImage imag…
130 const VkSemaphore* pWaitSemaphores,
/third_party/mesa3d/src/intel/vulkan/
Danv_wsi.c144 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()
Danv_android.c893 const VkSemaphore* pWaitSemaphores, in anv_QueueSignalReleaseImageANDROID() argument
906 .pWaitSemaphores = pWaitSemaphores, in anv_QueueSignalReleaseImageANDROID()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_queue.h283 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/
DVulkanCommandBufferPerf.cpp223 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/
DVulkanCommandBufferPerf.cpp223 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/
Dvn_queue.c106 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()
Dvn_android.c625 const VkSemaphore *pWaitSemaphores, in vn_QueueSignalReleaseImageANDROID() argument
658 .pWaitSemaphores = pWaitSemaphores, in vn_QueueSignalReleaseImageANDROID()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.hpp201 const vk::VkSemaphore* pWaitSemaphores = DE_NULL,
211 const vk::VkSemaphore* pWaitSemaphores = DE_NULL,
DvktSparseResourcesTestsUtil.cpp350 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/
DSwapchain.cpp82 presentInfo.pWaitSemaphores = &waitSemaphore; in queuePresent()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_kgsl.c407 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/
DCommandProcessor.cpp36 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/
Dmain.cpp271 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/
Dmain.cpp281 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/
Dmain.cpp314 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/
DNativeSwapChainImplVk.cpp207 presentInfo.pWaitSemaphores = nullptr; in Present()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp306 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/
DNativeSwapChainImplVk.cpp192 presentInfo.pWaitSemaphores = nullptr; in Present()
/third_party/mesa3d/src/amd/vulkan/
Dradv_android.c457 const VkSemaphore *pWaitSemaphores, VkImage image, in radv_QueueSignalReleaseImageANDROID() argument
478 .semaphore = pWaitSemaphores[i], in radv_QueueSignalReleaseImageANDROID()
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_device.cc345 .pWaitSemaphores = wait_semaphores.data(), in QueueSubmit()
/third_party/flutter/skia/tools/gpu/vk/
DVkTestContext.cpp97 submitInfo.pWaitSemaphores = nullptr; in insertFence()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common.c720 submit_info.pWaitSemaphores = pPresentInfo->pWaitSemaphores; in wsi_common_queue_present()

123