Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp38419 struct FramebufferAttachmentsCreateInfo struct
38421 using NativeType = VkFramebufferAttachmentsCreateInfo;
38423 static const bool allowDuplicate = false;
38424 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;
38427 …PP_CONSTEXPR FramebufferAttachmentsCreateInfo( uint32_t … in FramebufferAttachmentsCreateInfo() argument
38438FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function
38444 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function
38459 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()
38464 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
38470 …sCreateInfo & setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp38121 struct FramebufferAttachmentsCreateInfo struct
38123 using NativeType = VkFramebufferAttachmentsCreateInfo;
38125 static const bool allowDuplicate = false;
38126 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;
38129 …PP_CONSTEXPR FramebufferAttachmentsCreateInfo( uint32_t … in FramebufferAttachmentsCreateInfo() function
38140FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function
38146 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function
38161 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()
38166 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
38172 …sCreateInfo & setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp46420 struct FramebufferAttachmentsCreateInfo struct
46422 using NativeType = VkFramebufferAttachmentsCreateInfo;
46424 static const bool allowDuplicate = false;
46425 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;
46428 …PP_CONSTEXPR FramebufferAttachmentsCreateInfo( uint32_t … in FramebufferAttachmentsCreateInfo() argument
46439FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function
46445 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function
46460 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()
46465 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
46471 …sCreateInfo & setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs40229 pub struct FramebufferAttachmentsCreateInfo { struct
40235 impl ::std::default::Default for FramebufferAttachmentsCreateInfo { argument
40246 unsafe impl TaggedStructure for FramebufferAttachmentsCreateInfo { implementation
40249 impl FramebufferAttachmentsCreateInfo { impl
40263 unsafe impl ExtendsFramebufferCreateInfo for FramebufferAttachmentsCreateInfo {} implementation
40288 pub fn build(self) -> FramebufferAttachmentsCreateInfo { in build()