Home
last modified time | relevance | path

Searched defs:waitAll (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkDevice.cpp87 void Device::waitForFences(uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t … in waitForFences()
DlibVulkan.cpp689 …ences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t tim… in vkWaitForFences()
/external/mesa3d/src/intel/vulkan/
Danv_queue.c462 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/
Dradv_device.c2771 VkBool32 waitAll, in radv_WaitForFences()
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c3082 …ences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t tim… in anv_tramp_WaitForFences()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl120 …nces (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 tim…
DvkNullDriverImpl.inl519 …nces (VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 tim…
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp433 …& vk, VkDevice device, deUint32 fenceCount, const VkFence* pFences, VkBool32 waitAll, deUint64 tim… in waitForFences()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3911 …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/
Dvulkan.hpp1883 …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()