Lines Matching refs:m_queryPool
3067 VULKAN_HPP_TYPESAFE_EXPLICIT QueryPool( VkQueryPool queryPool ) VULKAN_HPP_NOEXCEPT : m_queryPool( queryPool ) {}
3072 m_queryPool = queryPool;
3079 m_queryPool = {};
3088 return m_queryPool == rhs.m_queryPool;
3093 return m_queryPool != rhs.m_queryPool;
3098 return m_queryPool < rhs.m_queryPool;
3104 return m_queryPool;
3109 return m_queryPool != VK_NULL_HANDLE;
3114 return m_queryPool == VK_NULL_HANDLE;
3118 VkQueryPool m_queryPool = {};