Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp37004 struct FramebufferAttachmentImageInfo struct
37006 using NativeType = VkFramebufferAttachmentImageInfo;
37008 static const bool allowDuplicate = false;
37009 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentImageInfo;
37012 …VULKAN_HPP_CONSTEXPR FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_… in FramebufferAttachmentImageInfo() function
37033FramebufferAttachmentImageInfo( VkFramebufferAttachmentImageInfo const & rhs ) VULKAN_HPP_NOEXCEPT in FramebufferAttachmentImageInfo() function
37039FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags … in FramebufferAttachmentImageInfo() function
37063 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo const *>( &rhs ); in operator =()
37068 …P_CONSTEXPR_14 FramebufferAttachmentImageInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
37074 …AttachmentImageInfo & setFlags( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp38088 struct FramebufferAttachmentImageInfo struct
38090 using NativeType = VkFramebufferAttachmentImageInfo;
38092 static const bool allowDuplicate = false;
38093 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentImageInfo;
38096 …VULKAN_HPP_CONSTEXPR FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_… in FramebufferAttachmentImageInfo() argument
38117FramebufferAttachmentImageInfo( VkFramebufferAttachmentImageInfo const & rhs ) VULKAN_HPP_NOEXCEPT in FramebufferAttachmentImageInfo() argument
38123FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags … in FramebufferAttachmentImageInfo() argument
38147 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo const *>( &rhs ); in operator =()
38152 …P_CONSTEXPR_14 FramebufferAttachmentImageInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
38158 …AttachmentImageInfo & setFlags( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp37929 struct FramebufferAttachmentImageInfo struct
37931 using NativeType = VkFramebufferAttachmentImageInfo;
37933 static const bool allowDuplicate = false;
37934 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentImageInfo;
37937 …VULKAN_HPP_CONSTEXPR FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_… in FramebufferAttachmentImageInfo() argument
37958FramebufferAttachmentImageInfo( VkFramebufferAttachmentImageInfo const & rhs ) VULKAN_HPP_NOEXCEPT in FramebufferAttachmentImageInfo() function
37964FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags … in FramebufferAttachmentImageInfo() function
37988 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo const *>( &rhs ); in operator =()
37993 …P_CONSTEXPR_14 FramebufferAttachmentImageInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
37999 …AttachmentImageInfo & setFlags( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs40279 attachment_image_infos: &'a [FramebufferAttachmentImageInfo], in attachment_image_infos()
40296 pub struct FramebufferAttachmentImageInfo { struct
40307 impl ::std::default::Default for FramebufferAttachmentImageInfo { argument
40323 unsafe impl TaggedStructure for FramebufferAttachmentImageInfo { implementation
40326 impl FramebufferAttachmentImageInfo { implementation
40385 pub fn build(self) -> FramebufferAttachmentImageInfo { in build()