Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp38227 struct FramebufferAttachmentImageInfo struct
38229 using NativeType = VkFramebufferAttachmentImageInfo;
38231 static const bool allowDuplicate = false;
38232 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentImageInfo;
38235 …VULKAN_HPP_CONSTEXPR FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_… in FramebufferAttachmentImageInfo() function
38256FramebufferAttachmentImageInfo( VkFramebufferAttachmentImageInfo const & rhs ) VULKAN_HPP_NOEXCEPT in FramebufferAttachmentImageInfo() argument
38262FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags … in FramebufferAttachmentImageInfo() argument
38286 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo const *>( &rhs ); in operator =()
38291 …P_CONSTEXPR_14 FramebufferAttachmentImageInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
38297 …AttachmentImageInfo & setFlags( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/swiftshader/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() function
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/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp46216 struct FramebufferAttachmentImageInfo struct
46218 using NativeType = VkFramebufferAttachmentImageInfo;
46220 static const bool allowDuplicate = false;
46221 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentImageInfo;
46224 …VULKAN_HPP_CONSTEXPR FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_… in FramebufferAttachmentImageInfo() function
46245FramebufferAttachmentImageInfo( VkFramebufferAttachmentImageInfo const & rhs ) VULKAN_HPP_NOEXCEPT in FramebufferAttachmentImageInfo() argument
46251FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags … in FramebufferAttachmentImageInfo() function
46275 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo const *>( &rhs ); in operator =()
46280 …P_CONSTEXPR_14 FramebufferAttachmentImageInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
46286 …AttachmentImageInfo & setFlags( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/rust/android-crates-io/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 { impl
40385 pub fn build(self) -> FramebufferAttachmentImageInfo { in build()