Home
last modified time | relevance | path

Searched defs:AttachmentDescription2 (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp46 class AttachmentDescription2 : public vk::VkAttachmentDescription2 class
DvktMultiViewRenderPassUtil.cpp56 AttachmentDescription2::AttachmentDescription2(const void *pNext_, VkAttachmentDescriptionFlags fla… in AttachmentDescription2() function in vkt::MultiView::AttachmentDescription2
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp52 class AttachmentDescription2 : public vk::VkAttachmentDescription2 class
DvktRenderPassTestsUtil.cpp59 AttachmentDescription2::AttachmentDescription2(const void *pNext_, VkAttachmentDescriptionFlags fla… in AttachmentDescription2() function in vkt::renderpass::AttachmentDescription2
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp5989 struct AttachmentDescription2 struct
5991 using NativeType = VkAttachmentDescription2;
5993 static const bool allowDuplicate = false;
5994 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentDescription2;
5997 …VULKAN_HPP_CONSTEXPR AttachmentDescription2( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flag… in AttachmentDescription2() function
6022 AttachmentDescription2( VkAttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentDescription2() function
6032 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentDescription2 const *>( &rhs ); in operator =()
6037 …ULKAN_HPP_CONSTEXPR_14 AttachmentDescription2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
6043 …cription2 & setFlags( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
6049 …R_14 AttachmentDescription2 & setFormat( VULKAN_HPP_NAMESPACE::Format format_ ) VULKAN_HPP_NOEXCEPT in setFormat()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp5762 struct AttachmentDescription2 struct
5764 using NativeType = VkAttachmentDescription2;
5766 static const bool allowDuplicate = false;
5767 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentDescription2;
5770 …VULKAN_HPP_CONSTEXPR AttachmentDescription2( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flag… in AttachmentDescription2() argument
5795 AttachmentDescription2( VkAttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentDescription2() function
5805 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentDescription2 const *>( &rhs ); in operator =()
5810 …ULKAN_HPP_CONSTEXPR_14 AttachmentDescription2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
5816 …cription2 & setFlags( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
5822 …R_14 AttachmentDescription2 & setFormat( VULKAN_HPP_NAMESPACE::Format format_ ) VULKAN_HPP_NOEXCEPT in setFormat()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp6992 struct AttachmentDescription2 struct
6994 using NativeType = VkAttachmentDescription2;
6996 static const bool allowDuplicate = false;
6997 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentDescription2;
7000 …VULKAN_HPP_CONSTEXPR AttachmentDescription2( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flag… in AttachmentDescription2() function
7025 AttachmentDescription2( VkAttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentDescription2() function
7035 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentDescription2 const *>( &rhs ); in operator =()
7040 …ULKAN_HPP_CONSTEXPR_14 AttachmentDescription2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
7046 …cription2 & setFlags( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
7052 …R_14 AttachmentDescription2 & setFormat( VULKAN_HPP_NAMESPACE::Format format_ ) VULKAN_HPP_NOEXCEPT in setFormat()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs30171 pub struct AttachmentDescription2 { struct
30184 impl ::std::default::Default for AttachmentDescription2 { implementation
30202 unsafe impl TaggedStructure for AttachmentDescription2 { implementation
30205 impl AttachmentDescription2 { impl
30293 pub fn build(self) -> AttachmentDescription2 { in build()