Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp76 class AttachmentReference2 : public vk::VkAttachmentReference2 class
DvktMultiViewRenderPassUtil.cpp100 AttachmentReference2::AttachmentReference2 (const void* pNext_, in AttachmentReference2() function in vkt::MultiView::AttachmentReference2
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp82 class AttachmentReference2 : public vk::VkAttachmentReference2 class
DvktRenderPassTestsUtil.cpp102 AttachmentReference2::AttachmentReference2 (const void* pNext_, in AttachmentReference2() function in vkt::renderpass::AttachmentReference2
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp5743 struct AttachmentReference2 struct
5745 using NativeType = VkAttachmentReference2;
5747 static const bool allowDuplicate = false;
5748 … VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentReference2;
5751 …VULKAN_HPP_CONSTEXPR AttachmentReference2( uint32_t attachment_ = {}, in AttachmentReference2() function
5764 AttachmentReference2( VkAttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference2() function
5774 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference2 const *>( &rhs ); in operator =()
5779 … VULKAN_HPP_CONSTEXPR_14 AttachmentReference2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
5785 …N_HPP_CONSTEXPR_14 AttachmentReference2 & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment()
5791 …4 AttachmentReference2 & setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp5390 struct AttachmentReference2 struct
5399 VULKAN_HPP_CONSTEXPR AttachmentReference2(uint32_t attachment_ = {}, VULKAN_HPP_NAMESPACE::ImageLay… in AttachmentReference2() function
5405 AttachmentReference2( VkAttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference2() function
5415 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference2 const *>( &rhs ); in operator =()
5420 … VULKAN_HPP_CONSTEXPR_14 AttachmentReference2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
5426 …N_HPP_CONSTEXPR_14 AttachmentReference2 & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment()
5432 …4 AttachmentReference2 & setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout()
5438 …eference2 & setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
5446 operator VkAttachmentReference2 const &() const VULKAN_HPP_NOEXCEPT in operator VkAttachmentReference2 const&()
5451 operator VkAttachmentReference2 &() VULKAN_HPP_NOEXCEPT in operator VkAttachmentReference2&()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp6079 struct AttachmentReference2 struct
6081 using NativeType = VkAttachmentReference2;
6083 static const bool allowDuplicate = false;
6084 … VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentReference2;
6087 …VULKAN_HPP_CONSTEXPR AttachmentReference2( uint32_t attachment_ = {}, in AttachmentReference2() function
6100 AttachmentReference2( VkAttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference2() function
6110 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference2 const *>( &rhs ); in operator =()
6115 … VULKAN_HPP_CONSTEXPR_14 AttachmentReference2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
6121 …N_HPP_CONSTEXPR_14 AttachmentReference2 & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment()
6127 …4 AttachmentReference2 & setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs26909 pub struct AttachmentReference2 { struct
26916 impl ::std::default::Default for AttachmentReference2 { argument
26927 impl AttachmentReference2 { impl
26982 pub fn build(self) -> AttachmentReference2 { in build()
27078 depth_stencil_attachment: &'a AttachmentReference2, in depth_stencil_attachment()
29433 depth_stencil_resolve_attachment: &'a AttachmentReference2, in depth_stencil_resolve_attachment()
44344 fragment_shading_rate_attachment: &'a AttachmentReference2, in fragment_shading_rate_attachment()