Home
last modified time | relevance | path

Searched refs:attachment_ (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.cpp86 deUint32 attachment_, in AttachmentReference1() argument
95 attachment = attachment_; in AttachmentReference1()
101 deUint32 attachment_, in AttachmentReference2() argument
107 attachment = attachment_; in AttachmentReference2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
DvktMultiViewRenderPassUtil.cpp86 deUint32 attachment_, in AttachmentReference1() argument
95 attachment = attachment_; in AttachmentReference1()
101 deUint32 attachment_, in AttachmentReference2() argument
107 attachment = attachment_; in AttachmentReference2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp89 deUint32 attachment_, in AttachmentReference1() argument
97 attachment = attachment_; in AttachmentReference1()
103 deUint32 attachment_, in AttachmentReference2() argument
109 attachment = attachment_; in AttachmentReference2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp89 deUint32 attachment_, in AttachmentReference1() argument
97 attachment = attachment_; in AttachmentReference1()
103 deUint32 attachment_, in AttachmentReference2() argument
109 attachment = attachment_; in AttachmentReference2()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Drenderpass.txt881 A subpass _uses an attachment_ if the attachment is a color, depth/stencil,
902 The _first use of an attachment_ is in the lowest numbered subpass that uses
904 Similarly, the _last use of an attachment_ is in the highest numbered
Drenderpass.adoc1471 A subpass _uses an attachment_ if the attachment is a color, depth/stencil,
1492 The _first use of an attachment_ is in the lowest numbered subpass that uses
1494 Similarly, the _last use of an attachment_ is in the highest numbered
Dprimsrast.txt1125 _fragment shading rate attachment_.
Dprimsrast.adoc1276 _fragment shading rate attachment_.
Ddescriptorsets.txt325 An _input attachment_ (ename:VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT) is a
Ddescriptorsets.adoc399 An _input attachment_ (ename:VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT) is a
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp4778 uint32_t attachment_ = {}, in AttachmentReference()
4780 : attachment( attachment_ )
4800 AttachmentReference & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment()
4802 attachment = attachment_; in setAttachment()
4857 AttachmentReference2( uint32_t attachment_ = {}, in AttachmentReference2()
4860 : attachment( attachment_ )
4887 AttachmentReference2 & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOEXCEPT in setAttachment()
4889 attachment = attachment_; in setAttachment()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp5998 VULKAN_HPP_CONSTEXPR AttachmentReference( uint32_t attachment_ = {}, in AttachmentReference()
6000 : attachment( attachment_ )
6021 …VULKAN_HPP_CONSTEXPR_14 AttachmentReference & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NOE… in setAttachment()
6023 attachment = attachment_; in setAttachment()
6087 …VULKAN_HPP_CONSTEXPR AttachmentReference2( uint32_t attachment_ = {}, in AttachmentReference2()
6092 , attachment( attachment_ )
6121 …VULKAN_HPP_CONSTEXPR_14 AttachmentReference2 & setAttachment( uint32_t attachment_ ) VULKAN_HPP_NO… in setAttachment()
6123 attachment = attachment_; in setAttachment()