Lines Matching refs:m_queryPool
9827 , m_queryPool( queryPool )
9845 , m_queryPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exchange( rhs.m_queryPool, {} ) )
9858 std::swap( m_queryPool, rhs.m_queryPool );
9867 return m_queryPool;
9872 if ( m_queryPool )
9875 static_cast<VkDevice>( m_device ), static_cast<VkQueryPool>( m_queryPool ), reinterpret_cast<const VkAllocationCallbacks *>( m_allocator ) );
9878 m_queryPool = nullptr;
9888 return VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exchange( m_queryPool, nullptr );
9905 std::swap( m_queryPool, rhs.m_queryPool );
9937 VULKAN_HPP_NAMESPACE::QueryPool m_queryPool = {};
12353 static_cast<VkQueryPool>( m_queryPool ),
12375 static_cast<VkQueryPool>( m_queryPool ),
14174 getDispatcher()->vkResetQueryPool( static_cast<VkDevice>( m_device ), static_cast<VkQueryPool>( m_queryPool ), firstQuery, queryCount );
19566 getDispatcher()->vkResetQueryPoolEXT( static_cast<VkDevice>( m_device ), static_cast<VkQueryPool>( m_queryPool ), firstQuery, queryCount );