Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp48038 struct InputAttachmentAspectReference struct
48040 using NativeType = VkInputAttachmentAspectReference;
48043 …VULKAN_HPP_CONSTEXPR InputAttachmentAspectReference( uint32_t subpas… in InputAttachmentAspectReference() function
48054InputAttachmentAspectReference( VkInputAttachmentAspectReference const & rhs ) VULKAN_HPP_NOEXCEPT in InputAttachmentAspectReference() function
48064 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference const *>( &rhs ); in operator =()
48069 …P_CONSTEXPR_14 InputAttachmentAspectReference & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()
48075 …mentAspectReference & setInputAttachmentIndex( uint32_t inputAttachmentIndex_ ) VULKAN_HPP_NOEXCEPT in setInputAttachmentIndex()
48081 …Reference & setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
48088 operator VkInputAttachmentAspectReference const &() const VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference const&()
48093 operator VkInputAttachmentAspectReference &() VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference&()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp49159 struct InputAttachmentAspectReference struct
49161 using NativeType = VkInputAttachmentAspectReference;
49164 …VULKAN_HPP_CONSTEXPR InputAttachmentAspectReference( uint32_t subpas… in InputAttachmentAspectReference() function
49175InputAttachmentAspectReference( VkInputAttachmentAspectReference const & rhs ) VULKAN_HPP_NOEXCEPT in InputAttachmentAspectReference() function
49185 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference const *>( &rhs ); in operator =()
49190 …P_CONSTEXPR_14 InputAttachmentAspectReference & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()
49196 …mentAspectReference & setInputAttachmentIndex( uint32_t inputAttachmentIndex_ ) VULKAN_HPP_NOEXCEPT in setInputAttachmentIndex()
49202 …Reference & setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
49209 operator VkInputAttachmentAspectReference const &() const VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference const&()
49214 operator VkInputAttachmentAspectReference &() VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference&()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp49004 struct InputAttachmentAspectReference struct
49006 using NativeType = VkInputAttachmentAspectReference;
49009 …VULKAN_HPP_CONSTEXPR InputAttachmentAspectReference( uint32_t subpas… in InputAttachmentAspectReference() function
49020InputAttachmentAspectReference( VkInputAttachmentAspectReference const & rhs ) VULKAN_HPP_NOEXCEPT in InputAttachmentAspectReference() function
49030 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::InputAttachmentAspectReference const *>( &rhs ); in operator =()
49035 …P_CONSTEXPR_14 InputAttachmentAspectReference & setSubpass( uint32_t subpass_ ) VULKAN_HPP_NOEXCEPT in setSubpass()
49041 …mentAspectReference & setInputAttachmentIndex( uint32_t inputAttachmentIndex_ ) VULKAN_HPP_NOEXCEPT in setInputAttachmentIndex()
49047 …Reference & setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
49054 operator VkInputAttachmentAspectReference const &() const VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference const&()
49059 operator VkInputAttachmentAspectReference &() VULKAN_HPP_NOEXCEPT in operator VkInputAttachmentAspectReference&()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs22238 pub struct InputAttachmentAspectReference { struct
22243 impl InputAttachmentAspectReference { argument
22286 pub fn build(self) -> InputAttachmentAspectReference { in build()
22345 aspect_references: &'a [InputAttachmentAspectReference], in aspect_references()