Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_queue.c462 bool waitAll, in anv_wait_for_syncobj_fences() argument
503 abs_timeout_ns, waitAll); in anv_wait_for_syncobj_fences()
526 bool waitAll, in anv_wait_for_bo_fences() argument
570 if (!waitAll) { in anv_wait_for_bo_fences()
585 if (!waitAll) in anv_wait_for_bo_fences()
668 VkBool32 waitAll, in anv_WaitForFences() argument
678 waitAll, timeout); in anv_WaitForFences()
681 waitAll, timeout); in anv_WaitForFences()
/external/swiftshader/src/Vulkan/
DVkDevice.hpp42 …void waitForFences(uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
DVkDevice.cpp87 void Device::waitForFences(uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t … in waitForFences() argument
DlibVulkan.cpp689 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) in vkWaitForFences() argument
692 device, fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
694 vk::Cast(device)->waitForFences(fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h480 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
481 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
482 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
483 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
484 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
485 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
Danv_entrypoints.c470 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
891 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
1312 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
1733 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
2154 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
2575 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
3082 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout) in anv_tramp_WaitForFences() argument
3085 return anv_device->dispatch.vkWaitForFences(device, fenceCount, pFences, waitAll, timeout); in anv_tramp_WaitForFences()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl120 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout… argument
122 return m_vk.waitForFences(device, fenceCount, pFences, waitAll, timeout);
DvkConcreteDeviceInterface.inl27 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout…
DvkVirtualDeviceInterface.inl27 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout…
DvkNullDriverImpl.inl519 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout) argument
524 DE_UNREF(waitAll);
DvkFunctionPointerTypes.inl43 … (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout…
DvkVulkan_c.inl2666 …)(VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout…
2973 VkBool32 waitAll,
/external/vulkan-validation-layers/layers/
Dcore_validation.h1052 …lidateWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll,
1054 …RecordWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll,
Dcore_validation.cpp3911 …lidateWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, in PreCallValidateWaitForFences() argument
3924 …RecordWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, in PostCallRecordWaitForFences() argument
3930 if ((VK_TRUE == waitAll) || (1 == fenceCount)) { in PostCallRecordWaitForFences()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c2771 VkBool32 waitAll, in radv_WaitForFences() argument
2777 if (!waitAll && fenceCount > 1) { in radv_WaitForFences()
/external/mesa3d/include/vulkan/
Dvulkan.h2593 …)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
2900 VkBool32 waitAll,
/external/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,
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h2773 …)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
3080 VkBool32 waitAll,
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp433 …, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 timeout) in waitForFences() argument
435 VK_CHECK(vk.waitForFences(device, fenceCount, pFences, waitAll, timeout)); in waitForFences()
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2938 …)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
3245 VkBool32 waitAll,
Dvulkan.hpp1883 …( VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… in vkWaitForFences() argument
1885 return ::vkWaitForFences( device, fenceCount, pFences, waitAll, timeout ); in vkWaitForFences()
14973 …Result waitForFences( uint32_t fenceCount, const Fence* pFences, Bool32 waitAll, uint64_t timeout,…
14976 …Result waitForFences( ArrayProxy<const Fence> fences, Bool32 waitAll, uint64_t timeout, Dispatch c…
51892 …Device::waitForFences( uint32_t fenceCount, const Fence* pFences, Bool32 waitAll, uint64_t timeout… in waitForFences() argument
51894 …eCount, reinterpret_cast<const VkFence*>( pFences ), static_cast<VkBool32>( waitAll ), timeout ) ); in waitForFences()
51898 …VULKAN_HPP_INLINE Result Device::waitForFences( ArrayProxy<const Fence> fences, Bool32 waitAll, ui… in waitForFences() argument
51900 …, reinterpret_cast<const VkFence*>( fences.data() ), static_cast<VkBool32>( waitAll ), timeout ) ); in waitForFences()
/external/swiftshader/include/vulkan/
Dvulkan_core.h2891 …)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
3198 VkBool32 waitAll,
Dvulkan.hpp2505 …( VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… in vkWaitForFences() argument
2507 return ::vkWaitForFences( device, fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
40173 …Result waitForFences( uint32_t fenceCount, const Fence* pFences, Bool32 waitAll, uint64_t timeout,…
40176 …Result waitForFences( ArrayProxy<const Fence> fences, Bool32 waitAll, uint64_t timeout, Dispatch c…
41874 …Device::waitForFences( uint32_t fenceCount, const Fence* pFences, Bool32 waitAll, uint64_t timeout… in waitForFences() argument
41876 …ForFences( m_device, fenceCount, reinterpret_cast<const VkFence*>( pFences ), waitAll, timeout ) ); in waitForFences()
41880 …VULKAN_HPP_INLINE Result Device::waitForFences( ArrayProxy<const Fence> fences, Bool32 waitAll, ui… in waitForFences() argument
41882 … m_device, fences.size() , reinterpret_cast<const VkFence*>( fences.data() ), waitAll, timeout ) ); in waitForFences()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2663 …)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
2970 VkBool32 waitAll,