Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp30627 struct InputAttachmentAspectReference struct
30631InputAttachmentAspectReference( uint32_t subpass_ = {}, in InputAttachmentAspectReference() function
30642InputAttachmentAspectReference( VkInputAttachmentAspectReference const & rhs ) VULKAN_HPP_NOEXCEPT in InputAttachmentAspectReference() function
30652 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference const *>( &rhs ); in operator =()
30656 InputAttachmentAspectReference & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()
30662 …mentAspectReference & setInputAttachmentIndex( uint32_t inputAttachmentIndex_ ) VULKAN_HPP_NOEXCEPT in setInputAttachmentIndex()
30669 setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
30675 operator VkInputAttachmentAspectReference const &() const VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference const&()
30680 operator VkInputAttachmentAspectReference &() VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference&()
30688 bool operator==( InputAttachmentAspectReference const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp60159 struct InputAttachmentAspectReference struct
60164 …VULKAN_HPP_CONSTEXPR InputAttachmentAspectReference(uint32_t subpass_ = {}, uint32_t inputAttachme… in InputAttachmentAspectReference() function
60170InputAttachmentAspectReference( VkInputAttachmentAspectReference const & rhs ) VULKAN_HPP_NOEXCEPT in InputAttachmentAspectReference() function
60178 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference const *>( &rhs ); in operator =()
60182 …chmentAspectReference & operator=( InputAttachmentAspectReference const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
60188 InputAttachmentAspectReference & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()
60194 …mentAspectReference & setInputAttachmentIndex( uint32_t inputAttachmentIndex_ ) VULKAN_HPP_NOEXCEPT in setInputAttachmentIndex()
60200 …Reference & setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
60207 operator VkInputAttachmentAspectReference const&() const VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference const&()
60212 operator VkInputAttachmentAspectReference &() VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference&()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp60356 struct InputAttachmentAspectReference struct
60361 …VULKAN_HPP_CONSTEXPR InputAttachmentAspectReference(uint32_t subpass_ = {}, uint32_t inputAttachme… in InputAttachmentAspectReference() function
60367InputAttachmentAspectReference( VkInputAttachmentAspectReference const & rhs ) VULKAN_HPP_NOEXCEPT in InputAttachmentAspectReference() function
60375 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference const *>( &rhs ); in operator =()
60379 …chmentAspectReference & operator=( InputAttachmentAspectReference const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
60385 InputAttachmentAspectReference & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()
60391 …mentAspectReference & setInputAttachmentIndex( uint32_t inputAttachmentIndex_ ) VULKAN_HPP_NOEXCEPT in setInputAttachmentIndex()
60397 …Reference & setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
60404 operator VkInputAttachmentAspectReference const&() const VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference const&()
60409 operator VkInputAttachmentAspectReference &() VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference&()
[all …]