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.hpp11489 struct CommandBufferInheritanceInfo struct
11491 using NativeType = VkCommandBufferInheritanceInfo;
11493 static const bool allowDuplicate = false;
11494 …HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceInfo;
11497 VULKAN_HPP_CONSTEXPR CommandBufferInheritanceInfo( in CommandBufferInheritanceInfo() argument
11515 CommandBufferInheritanceInfo( VkCommandBufferInheritanceInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferInheritanceInfo() function
11524 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo const *>( &rhs ); in operator =()
11529 …HPP_CONSTEXPR_14 CommandBufferInheritanceInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
11536 … setRenderPass( VULKAN_HPP_NAMESPACE::RenderPass renderPass_ ) VULKAN_HPP_NOEXCEPT in setRenderPass()
11542 …HPP_CONSTEXPR_14 CommandBufferInheritanceInfo & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()
[all …]