Home
last modified time | relevance | path

Searched refs:m_pipelineLayout (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_handles.hpp2470 : m_pipelineLayout( pipelineLayout ) in PipelineLayout()
2476 m_pipelineLayout = pipelineLayout; in operator =()
2483 m_pipelineLayout = {}; in operator =()
2492 return m_pipelineLayout == rhs.m_pipelineLayout; in operator ==()
2497 return m_pipelineLayout != rhs.m_pipelineLayout; in operator !=()
2502 return m_pipelineLayout < rhs.m_pipelineLayout; in operator <()
2508 return m_pipelineLayout; in operator VkPipelineLayout()
2513 return m_pipelineLayout != VK_NULL_HANDLE; in operator bool()
2518 return m_pipelineLayout == VK_NULL_HANDLE; in operator !()
2522 VkPipelineLayout m_pipelineLayout = {}; member in VULKAN_HPP_NAMESPACE::PipelineLayout
Dvulkan_raii.hpp9388 …: m_device( *device ), m_pipelineLayout( pipelineLayout ), m_allocator( static_cast<const VULKAN_H… in PipelineLayout()
9402 …ange( rhs.m_device, {} ) ), m_pipelineLayout( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exc… in PipelineLayout()
9411m_pipelineLayout = VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exchange( rhs.m_pipelineLayout in operator =()
9420 return m_pipelineLayout; in operator *()
9425 if ( m_pipelineLayout ) in clear()
9427 …( static_cast<VkDevice>( m_device ), static_cast<VkPipelineLayout>( m_pipelineLayout ), reinterpre… in clear()
9430 m_pipelineLayout = nullptr; in clear()
9441 … return VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exchange( m_pipelineLayout, nullptr ); in release()
9460 std::swap( m_pipelineLayout, rhs.m_pipelineLayout ); in swap()
9471 VULKAN_HPP_NAMESPACE::PipelineLayout m_pipelineLayout = {}; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::PipelineLayout