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.hpp93 class AttachmentReference2 : public vk::VkAttachmentReference2 class
DvktRenderPassTestsUtil.cpp102 AttachmentReference2::AttachmentReference2 (const void* pNext_, in AttachmentReference2() function in vkt::renderpass::AttachmentReference2
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp5451 struct AttachmentReference2 struct
5453 using NativeType = VkAttachmentReference2;
5455 static const bool allowDuplicate = false;
5456 …c VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentReference2;
5459 VULKAN_HPP_CONSTEXPR AttachmentReference2(uint32_t attachment_ = {}, in AttachmentReference2() function
5472 AttachmentReference2(VkAttachmentReference2 const &rhs) VULKAN_HPP_NOEXCEPT in AttachmentReference2() function
5482 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference2 const *>(&rhs); in operator =()
5487 VULKAN_HPP_CONSTEXPR_14 AttachmentReference2 &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()
5493 …LKAN_HPP_CONSTEXPR_14 AttachmentReference2 &setAttachment(uint32_t attachment_) VULKAN_HPP_NOEXCEPT in setAttachment()
5499 …R_14 AttachmentReference2 &setLayout(VULKAN_HPP_NAMESPACE::ImageLayout layout_) VULKAN_HPP_NOEXCEPT in setLayout()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp5441 struct AttachmentReference2 struct
5443 using NativeType = VkAttachmentReference2;
5445 static const bool allowDuplicate = false;
5446 … VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentReference2;
5449 …VULKAN_HPP_CONSTEXPR AttachmentReference2( uint32_t attachment_ = {}, in AttachmentReference2() function
5462 AttachmentReference2( VkAttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference2() function
5472 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference2 const *>( &rhs ); in operator =()
5477 … VULKAN_HPP_CONSTEXPR_14 AttachmentReference2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
5483 …N_HPP_CONSTEXPR_14 AttachmentReference2 & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment()
5489 …4 AttachmentReference2 & setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp5746 struct AttachmentReference2 struct
5748 using NativeType = VkAttachmentReference2;
5750 static const bool allowDuplicate = false;
5755 AttachmentReference2( uint32_t attachment_ = {}, in AttachmentReference2() function
5765 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()
5792 setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout()
5799 setAspectMask( VULKAN_HPP_NAMESPACE::ImageAspectFlags aspectMask_ ) VULKAN_HPP_NOEXCEPT in setAspectMask()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs26909 pub struct AttachmentReference2 { struct
26916 impl ::std::default::Default for AttachmentReference2 { argument
26927 impl AttachmentReference2 { implementation
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()