Searched refs:attachment_ (Results 1 – 12 of 12) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.cpp | 86 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/ |
D | vktMultiViewRenderPassUtil.cpp | 86 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/ |
D | vktRenderPassTestsUtil.cpp | 89 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/ |
D | vktRenderPassTestsUtil.cpp | 89 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/ |
D | renderpass.txt | 881 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
|
D | renderpass.adoc | 1471 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
|
D | primsrast.txt | 1125 _fragment shading rate attachment_.
|
D | primsrast.adoc | 1276 _fragment shading rate attachment_.
|
D | descriptorsets.txt | 325 An _input attachment_ (ename:VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT) is a
|
D | descriptorsets.adoc | 399 An _input attachment_ (ename:VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT) is a
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_structs.hpp | 4778 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/ |
D | vulkan_structs.hpp | 5998 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()
|