Lines Matching refs:vkResetQueryPool
834 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) );
1315 if ( !vkResetQueryPool )
1316 vkResetQueryPool = vkResetQueryPoolEXT;
1877 PFN_vkResetQueryPool vkResetQueryPool = 0;
14172 VULKAN_HPP_ASSERT( getDispatcher()->vkResetQueryPool && "Function <vkResetQueryPool> requires <VK_EXT_host_query_reset> or <VK_VERSION_1_2>" );
14174 getDispatcher()->vkResetQueryPool( static_cast<VkDevice>( m_device ), static_cast<VkQueryPool>( m_queryPool ), firstQuery, queryCount );