Lines Matching refs:m_commandPool
12487 : m_commandPool(VK_NULL_HANDLE) in CommandPool()
12491 : m_commandPool(VK_NULL_HANDLE) in CommandPool()
12495 : m_commandPool( commandPool ) in CommandPool()
12501 m_commandPool = commandPool; in operator =()
12508 m_commandPool = VK_NULL_HANDLE; in operator =()
12514 return m_commandPool == rhs.m_commandPool; in operator ==()
12519 return m_commandPool != rhs.m_commandPool; in operator !=()
12524 return m_commandPool < rhs.m_commandPool; in operator <()
12529 return m_commandPool; in operator VkCommandPool()
12534 return m_commandPool != VK_NULL_HANDLE; in operator bool()
12539 return m_commandPool == VK_NULL_HANDLE; in operator !()
12543 VkCommandPool m_commandPool; member in VULKAN_HPP_NAMESPACE::CommandPool