/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_fence.h | 399 …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/ |
D | vk_fence.c | 252 VkBool32 waitAll, in vk_common_WaitForFences() argument 276 if (!waitAll) in vk_common_WaitForFences()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDevice.cpp | 228 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()
|
D | VkDevice.hpp | 61 …VkResult waitForFences(uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint64_t tim…
|
D | libVulkan.cpp | 1404 …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/ |
D | 17.3.7.rst | 66 - Waiting for fences without waitAll is not implemented 93 - radv: Implement WaitForFences with !waitAll.
|
D | 18.1.0.rst | 172 - Waiting for fences without waitAll is not implemented
|
D | 18.0.0.rst | 336 - Waiting for fences without waitAll is not implemented
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_kgsl.c | 639 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/ |
D | vktSynchronizationTimelineSemaphoreTests.cpp | 164 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/ |
D | vn_queue.c | 810 VkBool32 waitAll, in vn_WaitForFences() argument 820 if (fenceCount > 1 && waitAll) { in vn_WaitForFences()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 120 … (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… argument 122 return m_vk.waitForFences(device, fenceCount, pFences, waitAll, timeout);
|
D | vkConcreteDeviceInterface.inl | 27 … (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
|
D | vkVirtualDeviceInterface.inl | 27 … (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
|
D | vkNullDriverImpl.inl | 645 … (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) argument 650 DE_UNREF(waitAll);
|
D | vkFunctionPointerTypes.inl | 43 … (VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
|
/third_party/flutter/glfw/deps/vulkan/ |
D | vulkan.h | 2268 …)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 2575 VkBool32 waitAll,
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 1220 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/ |
D | vulkan_core.h | 2773 …)(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/ |
D | vktRenderPassTests.cpp | 445 …, 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/ |
D | vulkan_core.h | 2976 …)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 3283 VkBool32 waitAll,
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 3457 …)(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/ |
D | vulkan.hpp | 1699 VkBool32 waitAll, in vkWaitForFences() argument 1702 return ::vkWaitForFences( device, fenceCount, pFences, waitAll, timeout ); in vkWaitForFences()
|
D | vulkan_raii.hpp | 2909 … VULKAN_HPP_NAMESPACE::Bool32 waitAll, 9610 VULKAN_HPP_NAMESPACE::Bool32 waitAll, in waitForFences() argument 9617 static_cast<VkBool32>( waitAll ), in waitForFences()
|
D | vulkan_funcs.hpp | 1532 … 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()
|