Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp34600 struct FramebufferAttachmentImageInfo struct
34602 using NativeType = VkFramebufferAttachmentImageInfo;
34604 static const bool allowDuplicate = false;
34605 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentImageInfo;
34608 …VULKAN_HPP_CONSTEXPR FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_… in FramebufferAttachmentImageInfo() function
34629FramebufferAttachmentImageInfo( VkFramebufferAttachmentImageInfo const & rhs ) VULKAN_HPP_NOEXCEPT in FramebufferAttachmentImageInfo() function
34635FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags … in FramebufferAttachmentImageInfo() argument
34659 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo const *>( &rhs ); in operator =()
34664 …P_CONSTEXPR_14 FramebufferAttachmentImageInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
34670 …AttachmentImageInfo & setFlags( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp32313 struct FramebufferAttachmentImageInfo struct
32315 using NativeType = VkFramebufferAttachmentImageInfo;
32317 static const bool allowDuplicate = false;
32318 …PP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentImageInfo;
32322 VULKAN_HPP_CONSTEXPR FramebufferAttachmentImageInfo(VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_ =… in FramebufferAttachmentImageInfo() function
32328FramebufferAttachmentImageInfo( VkFramebufferAttachmentImageInfo const & rhs ) VULKAN_HPP_NOEXCEPT in FramebufferAttachmentImageInfo() function
32333FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_, VULKAN_HPP_NAMESPAC… in FramebufferAttachmentImageInfo() function
32344 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo const *>( &rhs ); in operator =()
32349 …P_CONSTEXPR_14 FramebufferAttachmentImageInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
32355 …AttachmentImageInfo & setFlags( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp35662 struct FramebufferAttachmentImageInfo struct
35664 using NativeType = VkFramebufferAttachmentImageInfo;
35666 static const bool allowDuplicate = false;
35667 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentImageInfo;
35670 …VULKAN_HPP_CONSTEXPR FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_… in FramebufferAttachmentImageInfo() argument
35691FramebufferAttachmentImageInfo( VkFramebufferAttachmentImageInfo const & rhs ) VULKAN_HPP_NOEXCEPT in FramebufferAttachmentImageInfo() function
35697FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags … in FramebufferAttachmentImageInfo() argument
35721 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo const *>( &rhs ); in operator =()
35726 …P_CONSTEXPR_14 FramebufferAttachmentImageInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
35732 …AttachmentImageInfo & setFlags( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs34869 attachment_image_infos: &'a [FramebufferAttachmentImageInfo], in attachment_image_infos()
34885 pub struct FramebufferAttachmentImageInfo { struct
34896 impl ::std::default::Default for FramebufferAttachmentImageInfo { argument
34911 impl FramebufferAttachmentImageInfo { implementation
34964 pub fn build(self) -> FramebufferAttachmentImageInfo { in build()