Home
last modified time | relevance | path

Searched defs:CommandBufferInheritanceInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp11271 struct CommandBufferInheritanceInfo struct
11273 using NativeType = VkCommandBufferInheritanceInfo;
11275 static const bool allowDuplicate = false;
11276 …HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceInfo;
11279 VULKAN_HPP_CONSTEXPR CommandBufferInheritanceInfo( in CommandBufferInheritanceInfo() argument
11297 CommandBufferInheritanceInfo( VkCommandBufferInheritanceInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferInheritanceInfo() function
11306 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo const *>( &rhs ); in operator =()
11311 CommandBufferInheritanceInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
11317 …InheritanceInfo & setRenderPass( VULKAN_HPP_NAMESPACE::RenderPass renderPass_ ) VULKAN_HPP_NOEXCEPT in setRenderPass()
11323 CommandBufferInheritanceInfo & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp14590 struct CommandBufferInheritanceInfo struct
14592 using NativeType = VkCommandBufferInheritanceInfo;
14594 static const bool allowDuplicate = false;
14595 …HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceInfo;
14598 …VULKAN_HPP_CONSTEXPR CommandBufferInheritanceInfo( VULKAN_HPP_NAMESPACE::RenderPass … in CommandBufferInheritanceInfo() function
14617 CommandBufferInheritanceInfo( VkCommandBufferInheritanceInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferInheritanceInfo() function
14627 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo const *>( &rhs ); in operator =()
14632 …HPP_CONSTEXPR_14 CommandBufferInheritanceInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
14638 …InheritanceInfo & setRenderPass( VULKAN_HPP_NAMESPACE::RenderPass renderPass_ ) VULKAN_HPP_NOEXCEPT in setRenderPass()
14644 …HPP_CONSTEXPR_14 CommandBufferInheritanceInfo & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()
[all …]