Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp31008 struct FramebufferAttachmentsCreateInfo struct
31010 using NativeType = VkFramebufferAttachmentsCreateInfo;
31012 static const bool allowDuplicate = false;
31013 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;
31016 VULKAN_HPP_CONSTEXPR FramebufferAttachmentsCreateInfo(uint32_t attachmentImageInfoCount_ = {}, in FramebufferAttachmentsCreateInfo() function
31027 FramebufferAttachmentsCreateInfo(VkFramebufferAttachmentsCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT in FramebufferAttachmentsCreateInfo() function
31033 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function
31048 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>(&rhs); in operator =()
31053 …HPP_CONSTEXPR_14 FramebufferAttachmentsCreateInfo &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()
31059 …entsCreateInfo &setAttachmentImageInfoCount(uint32_t attachmentImageInfoCount_) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp30941 struct FramebufferAttachmentsCreateInfo struct
30943 using NativeType = VkFramebufferAttachmentsCreateInfo;
30945 static const bool allowDuplicate = false;
30946 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;
30949 …PP_CONSTEXPR FramebufferAttachmentsCreateInfo( uint32_t … in FramebufferAttachmentsCreateInfo() argument
30960FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function
30966 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function
30981 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()
30986 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
30992 …sCreateInfo & setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp32104 struct FramebufferAttachmentsCreateInfo struct
32106 using NativeType = VkFramebufferAttachmentsCreateInfo;
32108 static const bool allowDuplicate = false;
32109 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentsCreateInfo;
32112 VULKAN_HPP_CONSTEXPR FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function
32122FramebufferAttachmentsCreateInfo( VkFramebufferAttachmentsCreateInfo const & rhs ) VULKAN_HPP_NOEX… in FramebufferAttachmentsCreateInfo() function
32127 FramebufferAttachmentsCreateInfo( in FramebufferAttachmentsCreateInfo() function
32141 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentsCreateInfo const *>( &rhs ); in operator =()
32146 …CONSTEXPR_14 FramebufferAttachmentsCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
32153 setAttachmentImageInfoCount( uint32_t attachmentImageInfoCount_ ) VULKAN_HPP_NOEXCEPT in setAttachmentImageInfoCount()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs34824 pub struct FramebufferAttachmentsCreateInfo { struct
34830 impl ::std::default::Default for FramebufferAttachmentsCreateInfo { argument
34840 impl FramebufferAttachmentsCreateInfo { impl
34854 unsafe impl ExtendsFramebufferCreateInfo for FramebufferAttachmentsCreateInfo {} implementation
34878 pub fn build(self) -> FramebufferAttachmentsCreateInfo { in build()