Home
last modified time | relevance | path

Searched refs:CommandBufferInheritanceRenderingInfo (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_static_assertions.hpp1202 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo ) == …
1203 …TIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo>::…
1204 … std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo>::…
Dvulkan_structs.hpp13416 struct CommandBufferInheritanceRenderingInfo struct
13425 VULKAN_HPP_CONSTEXPR CommandBufferInheritanceRenderingInfo(VULKAN_HPP_NAMESPACE::RenderingFlags fla… in CommandBufferInheritanceRenderingInfo() function
13429 …VULKAN_HPP_CONSTEXPR CommandBufferInheritanceRenderingInfo( CommandBufferInheritanceRenderingInfo
13431CommandBufferInheritanceRenderingInfo( VkCommandBufferInheritanceRenderingInfo const & rhs ) VULKA… in CommandBufferInheritanceRenderingInfo() function
13432 …: CommandBufferInheritanceRenderingInfo( *reinterpret_cast<CommandBufferInheritanceRenderingInfo c… in CommandBufferInheritanceRenderingInfo()
13436CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags flags_, uint32_t viewM… in CommandBufferInheritanceRenderingInfo() function
13442CommandBufferInheritanceRenderingInfo & operator=( CommandBufferInheritanceRenderingInfo const & r…
13445CommandBufferInheritanceRenderingInfo & operator=( VkCommandBufferInheritanceRenderingInfo const &… in operator =()
13447 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo const *>( &r… in operator =() argument
13452 …VULKAN_HPP_CONSTEXPR_14 CommandBufferInheritanceRenderingInfo & setPNext( const void * pNext_ ) VU… in setPNext() argument
[all …]
Dvulkan_handles.hpp455 struct CommandBufferInheritanceRenderingInfo;
456 using CommandBufferInheritanceRenderingInfoKHR = CommandBufferInheritanceRenderingInfo;
Dvulkan_hash.hpp1958 template <> struct hash<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo>
1960 …std::size_t operator()(VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo const & command… in operator ()()
Dvulkan.hpp6426 …template <> struct StructExtends<CommandBufferInheritanceRenderingInfo, CommandBufferInheritanceIn…