Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp34455 struct InputAttachmentAspectReference struct
34457 using NativeType = VkInputAttachmentAspectReference;
34461InputAttachmentAspectReference( uint32_t subpass_ = {}, in InputAttachmentAspectReference() function
34472InputAttachmentAspectReference( VkInputAttachmentAspectReference const & rhs ) VULKAN_HPP_NOEXCEPT in InputAttachmentAspectReference() function
34482 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference const *>( &rhs ); in operator =()
34487 InputAttachmentAspectReference & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()
34493 …mentAspectReference & setInputAttachmentIndex( uint32_t inputAttachmentIndex_ ) VULKAN_HPP_NOEXCEPT in setInputAttachmentIndex()
34500 setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
34507 operator VkInputAttachmentAspectReference const &() const VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference const&()
34512 operator VkInputAttachmentAspectReference &() VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference&()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp56247 struct InputAttachmentAspectReference struct
56249 using NativeType = VkInputAttachmentAspectReference;
56252 …VULKAN_HPP_CONSTEXPR InputAttachmentAspectReference( uint32_t subpas… in InputAttachmentAspectReference() function
56263InputAttachmentAspectReference( VkInputAttachmentAspectReference const & rhs ) VULKAN_HPP_NOEXCEPT in InputAttachmentAspectReference() function
56273 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference const *>( &rhs ); in operator =()
56278 …P_CONSTEXPR_14 InputAttachmentAspectReference & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()
56284 …mentAspectReference & setInputAttachmentIndex( uint32_t inputAttachmentIndex_ ) VULKAN_HPP_NOEXCEPT in setInputAttachmentIndex()
56290 …Reference & setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
56297 operator VkInputAttachmentAspectReference const &() const VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference const&()
56302 operator VkInputAttachmentAspectReference &() VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference&()
[all …]