Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp66643 struct RenderPassInputAttachmentAspectCreateInfo struct
66645 using NativeType = VkRenderPassInputAttachmentAspectCreateInfo;
66647 static const bool allowDuplicate = false;
66648 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
66652 VULKAN_HPP_CONSTEXPR RenderPassInputAttachmentAspectCreateInfo( in RenderPassInputAttachmentAspectCreateInfo() argument
66662RenderPassInputAttachmentAspectCreateInfo( VkRenderPassInputAttachmentAspectCreateInfo const & rhs… in RenderPassInputAttachmentAspectCreateInfo() function
66669 RenderPassInputAttachmentAspectCreateInfo( in RenderPassInputAttachmentAspectCreateInfo() function
66684 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo const *>… in operator =()
66689 RenderPassInputAttachmentAspectCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
66696 setAspectReferenceCount( uint32_t aspectReferenceCount_ ) VULKAN_HPP_NOEXCEPT in setAspectReferenceCount()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp117759 struct RenderPassInputAttachmentAspectCreateInfo struct
117761 using NativeType = VkRenderPassInputAttachmentAspectCreateInfo;
117763 static const bool allowDuplicate = false;
117764 …CONSTEXPR StructureType structureType = StructureType::eRenderPassInputAttachmentAspectCreateInfo;
117767 …_CONSTEXPR RenderPassInputAttachmentAspectCreateInfo( uint32_t … in RenderPassInputAttachmentAspectCreateInfo() function
117778RenderPassInputAttachmentAspectCreateInfo( VkRenderPassInputAttachmentAspectCreateInfo const & rhs… in RenderPassInputAttachmentAspectCreateInfo() function
117784 RenderPassInputAttachmentAspectCreateInfo( in RenderPassInputAttachmentAspectCreateInfo() function
117797 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo const *>… in operator =()
117802 …_14 RenderPassInputAttachmentAspectCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
117808 …entAspectCreateInfo & setAspectReferenceCount( uint32_t aspectReferenceCount_ ) VULKAN_HPP_NOEXCEPT in setAspectReferenceCount()
[all …]