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.hpp52 class AttachmentDescription2 : public vk::VkAttachmentDescription2 class
DvktMultiViewRenderPassUtil.cpp61 AttachmentDescription2::AttachmentDescription2 (const void* pNext_, in AttachmentDescription2() function in vkt::MultiView::AttachmentDescription2
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp58 class AttachmentDescription2 : public vk::VkAttachmentDescription2 class
DvktRenderPassTestsUtil.cpp64 AttachmentDescription2::AttachmentDescription2 (const void* pNext_, in AttachmentDescription2() function in vkt::renderpass::AttachmentDescription2
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp5363 struct AttachmentDescription2 struct
5365 using NativeType = VkAttachmentDescription2;
5367 static const bool allowDuplicate = false;
5368 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentDescription2;
5371 …VULKAN_HPP_CONSTEXPR AttachmentDescription2( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flag… in AttachmentDescription2() function
5396 AttachmentDescription2( VkAttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentDescription2() function
5406 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentDescription2 const *>( &rhs ); in operator =()
5411 …ULKAN_HPP_CONSTEXPR_14 AttachmentDescription2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
5417 …cription2 & setFlags( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
5423 …R_14 AttachmentDescription2 & setFormat( VULKAN_HPP_NAMESPACE::Format format_ ) VULKAN_HPP_NOEXCEPT in setFormat()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp5025 struct AttachmentDescription2 struct
5027 using NativeType = VkAttachmentDescription2;
5029 static const bool allowDuplicate = false;
5034 VULKAN_HPP_CONSTEXPR AttachmentDescription2(VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_… in AttachmentDescription2() function
5040 AttachmentDescription2( VkAttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentDescription2() function
5050 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentDescription2 const *>( &rhs ); in operator =()
5055 …ULKAN_HPP_CONSTEXPR_14 AttachmentDescription2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
5061 …cription2 & setFlags( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
5067 …R_14 AttachmentDescription2 & setFormat( VULKAN_HPP_NAMESPACE::Format format_ ) VULKAN_HPP_NOEXCEPT in setFormat()
5073 …Description2 & setSamples( VULKAN_HPP_NAMESPACE::SampleCountFlagBits samples_ ) VULKAN_HPP_NOEXCEPT in setSamples()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp5699 struct AttachmentDescription2 struct
5701 using NativeType = VkAttachmentDescription2;
5703 static const bool allowDuplicate = false;
5704 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentDescription2;
5707 …VULKAN_HPP_CONSTEXPR AttachmentDescription2( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flag… in AttachmentDescription2() function
5732 AttachmentDescription2( VkAttachmentDescription2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentDescription2() function
5742 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentDescription2 const *>( &rhs ); in operator =()
5747 …ULKAN_HPP_CONSTEXPR_14 AttachmentDescription2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
5753 …cription2 & setFlags( VULKAN_HPP_NAMESPACE::AttachmentDescriptionFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
5759 …R_14 AttachmentDescription2 & setFormat( VULKAN_HPP_NAMESPACE::Format format_ ) VULKAN_HPP_NOEXCEPT in setFormat()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs26793 pub struct AttachmentDescription2 { struct
26806 impl ::std::default::Default for AttachmentDescription2 { argument
26823 impl AttachmentDescription2 { impl
26902 pub fn build(self) -> AttachmentDescription2 { in build()