Lines Matching refs:waitAll
1501 VULKAN_HPP_NAMESPACE::Bool32 waitAll,
1507 d.vkWaitForFences( m_device, fenceCount, reinterpret_cast<const VkFence *>( pFences ), static_cast<VkBool32>( waitAll ), timeout ) );
1514 VULKAN_HPP_NAMESPACE::Bool32 waitAll,
1521 d.vkWaitForFences( m_device, fences.size(), reinterpret_cast<const VkFence *>( fences.data() ), static_cast<VkBool32>( waitAll ), timeout ) );