Lines Matching refs:vkWaitSemaphores
836 vkWaitSemaphores = PFN_vkWaitSemaphores( vkGetDeviceProcAddr( device, "vkWaitSemaphores" ) );
1255 if ( !vkWaitSemaphores )
1256 vkWaitSemaphores = vkWaitSemaphoresKHR;
1879 PFN_vkWaitSemaphores vkWaitSemaphores = 0;
14193 VULKAN_HPP_ASSERT( getDispatcher()->vkWaitSemaphores && "Function <vkWaitSemaphores> requires <VK_KHR_timeline_semaphore> or <VK_VERSION_1_2>" );
14196 getDispatcher()->vkWaitSemaphores( static_cast<VkDevice>( m_device ), reinterpret_cast<const VkSemaphoreWaitInfo *>( &waitInfo ), timeout ) );