Home
last modified time | relevance | path

Searched refs:waitAll (Results 1 – 25 of 35) sorted by relevance

12

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_fence.h399 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) in vn_sizeof_vkWaitForFences() argument
414 cmd_size += vn_sizeof_VkBool32(&waitAll); in vn_sizeof_vkWaitForFences()
420 …, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) in vn_encode_vkWaitForFences() argument
436 vn_encode_VkBool32(enc, &waitAll); in vn_encode_vkWaitForFences()
440 …y(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) in vn_sizeof_vkWaitForFences_reply() argument
456 …, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) in vn_decode_vkWaitForFences_reply() argument
557 …, VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… in vn_submit_vkWaitForFences() argument
561 size_t cmd_size = vn_sizeof_vkWaitForFences(device, fenceCount, pFences, waitAll, timeout); in vn_submit_vkWaitForFences()
567 …REPLY_BIT_EXT ? vn_sizeof_vkWaitForFences_reply(device, fenceCount, pFences, waitAll, timeout) : 0; in vn_submit_vkWaitForFences()
571 vn_encode_vkWaitForFences(enc, cmd_flags, device, fenceCount, pFences, waitAll, timeout); in vn_submit_vkWaitForFences()
[all …]
/third_party/mesa3d/src/vulkan/runtime/
Dvk_fence.c252 VkBool32 waitAll, in vk_common_WaitForFences() argument
276 if (!waitAll) in vk_common_WaitForFences()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDevice.cpp228 VkResult Device::waitForFences(uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint6… in waitForFences() argument
233 if(waitAll != VK_FALSE) // All fences must be signaled in waitForFences()
DVkDevice.hpp61 …VkResult waitForFences(uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint64_t tim…
DlibVulkan.cpp1404 …s(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint64_t timeout) in vkWaitForFences() argument
1407 device, int(fenceCount), pFences, int(waitAll), timeout); in vkWaitForFences()
1409 return vk::Cast(device)->waitForFences(fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
/third_party/mesa3d/docs/relnotes/
D17.3.7.rst66 - Waiting for fences without waitAll is not implemented
93 - radv: Implement WaitForFences with !waitAll.
D18.1.0.rst172 - Waiting for fences without waitAll is not implemented
D18.0.0.rst336 - Waiting for fences without waitAll is not implemented
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_kgsl.c639 VkBool32 waitAll, in tu_WaitForFences() argument
643 struct tu_syncobj s = sync_merge((const VkSemaphore*) pFences, count, waitAll, false); in tu_WaitForFences()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationTimelineSemaphoreTests.cpp164 WaitTestInstance (Context& context, SynchronizationType type, bool waitAll, bool signalFromDevice) in WaitTestInstance() argument
167 , m_waitAll (waitAll) in WaitTestInstance()
254 …ontext& testCtx, const std::string& name, SynchronizationType type, bool waitAll, bool signalFromD… in WaitTestCase() argument
257 , m_waitAll (waitAll) in WaitTestCase()
729 bool waitAll; in init() member
740 …addChild(new WaitTestCase(m_testCtx, waitCases[caseIdx].name, m_type, waitCases[caseIdx].waitAll, … in init()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_queue.c810 VkBool32 waitAll, in vn_WaitForFences() argument
820 if (fenceCount > 1 && waitAll) { in vn_WaitForFences()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl120 … (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… argument
122 return m_vk.waitForFences(device, fenceCount, pFences, waitAll, timeout);
DvkConcreteDeviceInterface.inl27 … (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
DvkVirtualDeviceInterface.inl27 … (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
DvkNullDriverImpl.inl645 … (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) argument
650 DE_UNREF(waitAll);
DvkFunctionPointerTypes.inl43 … (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
/third_party/flutter/glfw/deps/vulkan/
Dvulkan.h2268 …)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
2575 VkBool32 waitAll,
/third_party/vulkan-loader/loader/
Dtrampoline.c1220 VkBool32 waitAll, uint64_t timeout) { in vkWaitForFences() argument
1228 return disp->WaitForFences(device, fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2773 …)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
3080 VkBool32 waitAll,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp445 …, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout) in waitForFences() argument
447 VK_CHECK(vk.waitForFences(device, fenceCount, pFences, waitAll, timeout)); in waitForFences()
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h2976 …)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
3283 VkBool32 waitAll,
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3457 …)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
3764 VkBool32 waitAll,
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp1699 VkBool32 waitAll, in vkWaitForFences() argument
1702 return ::vkWaitForFences( device, fenceCount, pFences, waitAll, timeout ); in vkWaitForFences()
Dvulkan_raii.hpp2909 … VULKAN_HPP_NAMESPACE::Bool32 waitAll,
9610 VULKAN_HPP_NAMESPACE::Bool32 waitAll, in waitForFences() argument
9617 static_cast<VkBool32>( waitAll ), in waitForFences()
Dvulkan_funcs.hpp1532 … VULKAN_HPP_NAMESPACE::Bool32 waitAll, in waitForFences() argument
1538 …Count, reinterpret_cast<const VkFence *>( pFences ), static_cast<VkBool32>( waitAll ), timeout ) ); in waitForFences()
1545 VULKAN_HPP_NAMESPACE::Bool32 waitAll, in waitForFences() argument
1553 static_cast<VkBool32>( waitAll ), in waitForFences()

12