Searched defs:waitAll (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | VkDevice.cpp | 87 void Device::waitForFences(uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t … in waitForFences()
|
D | libVulkan.cpp | 689 …ences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t tim… in vkWaitForFences()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_queue.c | 462 bool waitAll, in anv_wait_for_syncobj_fences() 526 bool waitAll, in anv_wait_for_bo_fences() 668 VkBool32 waitAll, in anv_WaitForFences()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 2771 VkBool32 waitAll, in radv_WaitForFences()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 3082 …ences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t tim… in anv_tramp_WaitForFences()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 120 …nces (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 tim…
|
D | vkNullDriverImpl.inl | 519 …nces (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 tim…
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 433 …& vk, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 tim… in waitForFences()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 3911 …lidateWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, in PreCallValidateWaitForFences() 3924 …RecordWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, in PostCallRecordWaitForFences()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 1883 …nces( VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t tim… in vkWaitForFences() 51892 …lt Device::waitForFences( uint32_t fenceCount, const Fence* pFences, Bool32 waitAll, uint64_t time… in waitForFences() 51898 …VULKAN_HPP_INLINE Result Device::waitForFences( ArrayProxy<const Fence> fences, Bool32 waitAll, ui… in waitForFences()
|