Searched refs:m_queryPool (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_handles.hpp | 1444 : m_queryPool( queryPool ) in QueryPool() 1450 m_queryPool = queryPool; in operator =() 1457 m_queryPool = {}; in operator =() 1466 return m_queryPool == rhs.m_queryPool; in operator ==() 1471 return m_queryPool != rhs.m_queryPool; in operator !=() 1476 return m_queryPool < rhs.m_queryPool; in operator <() 1482 return m_queryPool; in operator VkQueryPool() 1487 return m_queryPool != VK_NULL_HANDLE; in operator bool() 1492 return m_queryPool == VK_NULL_HANDLE; in operator !() 1496 VkQueryPool m_queryPool = {}; member in VULKAN_HPP_NAMESPACE::QueryPool
|
D | vulkansc_raii.hpp | 4775 …<const VkAllocationCallbacks *>( m_allocator ), reinterpret_cast<VkQueryPool*>( &m_queryPool ) ) ); in QueryPool() 4783 …: m_device( *device ), m_queryPool( queryPool ), m_allocator( static_cast<const VULKAN_HPP_NAMESPA… in QueryPool() 4796 …:exchange( rhs.m_device, {} ) ), m_queryPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exc… in QueryPool() 4805 std::swap( m_queryPool, rhs.m_queryPool ); in operator =() 4814 return m_queryPool; in operator *() 4819 if ( m_queryPool ) in clear() 4821 …ueryPool( static_cast<VkDevice>( m_device ), static_cast<VkQueryPool>( m_queryPool ), reinterpret_… in clear() 4824 m_queryPool = nullptr; in clear() 4835 return VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exchange( m_queryPool, nullptr ); in release() 4854 std::swap( m_queryPool, rhs.m_queryPool ); in swap() [all …]
|
D | vulkan_raii.hpp | 8884 …<const VkAllocationCallbacks *>( m_allocator ), reinterpret_cast<VkQueryPool*>( &m_queryPool ) ) ); in QueryPool() 8892 …: m_device( *device ), m_queryPool( queryPool ), m_allocator( static_cast<const VULKAN_HPP_NAMESPA… in QueryPool() 8905 …:exchange( rhs.m_device, {} ) ), m_queryPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exc… in QueryPool() 8914 std::swap( m_queryPool, rhs.m_queryPool ); in operator =() 8923 return m_queryPool; in operator *() 8928 if ( m_queryPool ) in clear() 8930 …ueryPool( static_cast<VkDevice>( m_device ), static_cast<VkQueryPool>( m_queryPool ), reinterpret_… in clear() 8933 m_queryPool = nullptr; in clear() 8944 return VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exchange( m_queryPool, nullptr ); in release() 8963 std::swap( m_queryPool, rhs.m_queryPool ); in swap() [all …]
|