/external/mesa3d/src/intel/vulkan/ |
D | anv_queue.c | 1547 bool waitAll, in anv_wait_for_syncobj_fences() argument 1575 abs_timeout_ns, waitAll); in anv_wait_for_syncobj_fences() 1596 bool waitAll, in anv_wait_for_bo_fences() argument 1627 if (!waitAll) { in anv_wait_for_bo_fences() 1643 if (!waitAll) in anv_wait_for_bo_fences() 1716 bool waitAll, in anv_wait_for_fences() argument 1721 if (fenceCount <= 1 || waitAll) { in anv_wait_for_fences() 1793 VkBool32 waitAll, in anv_WaitForFences() argument 1807 waitAll, abs_timeout); in anv_WaitForFences() 1810 waitAll, abs_timeout); in anv_WaitForFences() [all …]
|
/external/swiftshader/src/Vulkan/ |
D | VkDevice.cpp | 219 VkResult Device::waitForFences(uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint6… in waitForFences() argument 224 if(waitAll != VK_FALSE) // All fences must be signaled in waitForFences()
|
D | VkDevice.hpp | 60 …VkResult waitForFences(uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint64_t tim…
|
D | libVulkan.cpp | 1422 …s(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint64_t timeout) in vkWaitForFences() argument 1425 device, int(fenceCount), pFences, int(waitAll), timeout); in vkWaitForFences() 1427 return vk::Cast(device)->waitForFences(fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_kgsl.c | 547 VkBool32 waitAll, in tu_WaitForFences() argument 551 struct tu_syncobj s = sync_merge((const VkSemaphore*) pFences, count, waitAll, false); in tu_WaitForFences()
|
D | tu_drm.c | 835 VkBool32 waitAll, in tu_WaitForFences() argument 849 return drm_syncobj_wait(device, handles, fenceCount, absolute_timeout(timeout), waitAll); in tu_WaitForFences()
|
/external/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
|
/external/deqp/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()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_queue.c | 1254 VkBool32 waitAll, in v3dv_WaitForFences() argument 1273 if (waitAll) in v3dv_WaitForFences()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_device.c | 1517 VkBool32 waitAll, in lvp_WaitForFences() argument 1541 if (ret && !waitAll) { in lvp_WaitForFences()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 951 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 952 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 953 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 954 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 955 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 956 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 957 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
|
D | anv_entrypoints.c | 1886 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) in anv_WaitForFences() argument 1889 … return anv_device->dispatch.vkWaitForFences(device, fenceCount, pFences, waitAll, timeout); in anv_WaitForFences() 3401 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 3907 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 4413 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 4919 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 5425 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 5931 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
|
/external/vulkan-validation-layers/layers/generated/ |
D | parameter_validation.h | 172 VkBool32 waitAll,
|
D | thread_safety.h | 789 VkBool32 waitAll, 796 VkBool32 waitAll,
|
D | layer_chassis_dispatch.h | 200 VkBool32 waitAll,
|
D | chassis.h | 268 VkBool32 waitAll, 2641 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… in PreCallValidateWaitForFences() argument 2642 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… in PreCallRecordWaitForFences() argument 2643 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… in PostCallRecordWaitForFences() argument
|
D | object_tracker.h | 236 VkBool32 waitAll,
|
D | thread_safety.cpp | 633 VkBool32 waitAll, in PreCallRecordWaitForFences() argument 647 VkBool32 waitAll, in PostCallRecordWaitForFences() argument
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 120 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout… argument 122 return m_vk.waitForFences(device, fenceCount, pFences, waitAll, timeout);
|
D | vkConcreteDeviceInterface.inl | 27 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout…
|
D | vkVirtualDeviceInterface.inl | 27 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout…
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 5840 VkBool32 waitAll, in radv_WaitForFences() argument 5868 bool success = device->ws->wait_syncobj(device->ws, handles, fenceCount, waitAll, timeout); in radv_WaitForFences() 5874 if (!waitAll && fenceCount > 1) { in radv_WaitForFences() 5899 waitAll, timeout - radv_get_current_time()); in radv_WaitForFences()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 1640 …lidateWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, 1642 …RecordWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll,
|