Searched defs:AttachmentReference2 (Results 1 – 8 of 8) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/multiview/ |
| D | vktMultiViewRenderPassUtil.hpp | 61 class AttachmentReference2 : public vk::VkAttachmentReference2 class
|
| D | vktMultiViewRenderPassUtil.cpp | 88 AttachmentReference2::AttachmentReference2(const void *pNext_, uint32_t attachment_, VkImageLayout … in AttachmentReference2() function in vkt::MultiView::AttachmentReference2
|
| /external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassTestsUtil.hpp | 67 class AttachmentReference2 : public vk::VkAttachmentReference2 class
|
| D | vktRenderPassTestsUtil.cpp | 90 AttachmentReference2::AttachmentReference2(const void *pNext_, uint32_t attachment_, VkImageLayout … in AttachmentReference2() function in vkt::renderpass::AttachmentReference2
|
| /external/swiftshader/include/vulkan/ |
| D | vulkan_structs.hpp | 6167 struct AttachmentReference2 struct 6169 using NativeType = VkAttachmentReference2; 6171 static const bool allowDuplicate = false; 6172 … VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentReference2; 6175 …VULKAN_HPP_CONSTEXPR AttachmentReference2( uint32_t attachment_ = {}, in AttachmentReference2() function 6188 AttachmentReference2( VkAttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference2() function 6198 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference2 const *>( &rhs ); in operator =() 6203 … VULKAN_HPP_CONSTEXPR_14 AttachmentReference2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext() 6209 …N_HPP_CONSTEXPR_14 AttachmentReference2 & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment() 6215 …4 AttachmentReference2 & setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout() [all …]
|
| /external/vulkan-headers/include/vulkan/ |
| D | vulkan_structs.hpp | 6173 struct AttachmentReference2 struct 6175 using NativeType = VkAttachmentReference2; 6177 static const bool allowDuplicate = false; 6178 … VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentReference2; 6181 …VULKAN_HPP_CONSTEXPR AttachmentReference2( uint32_t attachment_ = {}, in AttachmentReference2() function 6194 AttachmentReference2( VkAttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference2() function 6204 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference2 const *>( &rhs ); in operator =() 6209 … VULKAN_HPP_CONSTEXPR_14 AttachmentReference2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext() 6215 …N_HPP_CONSTEXPR_14 AttachmentReference2 & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment() 6221 …4 AttachmentReference2 & setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout() [all …]
|
| /external/angle/third_party/vulkan-headers/src/include/vulkan/ |
| D | vulkan_structs.hpp | 6144 struct AttachmentReference2 struct 6146 using NativeType = VkAttachmentReference2; 6148 static const bool allowDuplicate = false; 6149 … VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eAttachmentReference2; 6152 …VULKAN_HPP_CONSTEXPR AttachmentReference2( uint32_t attachment_ = {}, in AttachmentReference2() function 6165 AttachmentReference2( VkAttachmentReference2 const & rhs ) VULKAN_HPP_NOEXCEPT in AttachmentReference2() function 6175 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::AttachmentReference2 const *>( &rhs ); in operator =() 6180 … VULKAN_HPP_CONSTEXPR_14 AttachmentReference2 & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext() 6186 …N_HPP_CONSTEXPR_14 AttachmentReference2 & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment() 6192 …4 AttachmentReference2 & setLayout( VULKAN_HPP_NAMESPACE::ImageLayout layout_ ) VULKAN_HPP_NOEXCEPT in setLayout() [all …]
|
| /external/rust/crates/ash/src/vk/ |
| D | definitions.rs | 30301 pub struct AttachmentReference2 { struct 30308 impl ::std::default::Default for AttachmentReference2 { argument 30320 unsafe impl TaggedStructure for AttachmentReference2 { implementation 30323 impl AttachmentReference2 { impl 30381 pub fn build(self) -> AttachmentReference2 { in build() 30489 depth_stencil_attachment: &'a AttachmentReference2, in depth_stencil_attachment() 33126 depth_stencil_resolve_attachment: &'a AttachmentReference2, in depth_stencil_resolve_attachment() 52602 fragment_shading_rate_attachment: &'a AttachmentReference2, in fragment_shading_rate_attachment()
|