Home
last modified time | relevance | path

Searched refs:pColorAttachments_ (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.cpp119 const VkAttachmentReference* pColorAttachments_, in SubpassDescription1() argument
136 pColorAttachments = pColorAttachments_; in SubpassDescription1()
150 const VkAttachmentReference2KHR* pColorAttachments_, in SubpassDescription2() argument
164 pColorAttachments = pColorAttachments_; in SubpassDescription2()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp122 const VkAttachmentReference* pColorAttachments_, in SubpassDescription1() argument
139 pColorAttachments = pColorAttachments_; in SubpassDescription1()
153 const VkAttachmentReference2KHR* pColorAttachments_, in SubpassDescription2() argument
167 pColorAttachments = pColorAttachments_; in SubpassDescription2()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp42658 const AttachmentReference* pColorAttachments_ = nullptr, in SubpassDescription()
42668 , pColorAttachments( pColorAttachments_ ) in SubpassDescription()
42716 SubpassDescription & setPColorAttachments( const AttachmentReference* pColorAttachments_ ) in setPColorAttachments()
42718 pColorAttachments = pColorAttachments_; in setPColorAttachments()
43023 const AttachmentReference2KHR* pColorAttachments_ = nullptr, in SubpassDescription2KHR()
43034 , pColorAttachments( pColorAttachments_ ) in SubpassDescription2KHR()
43094 … SubpassDescription2KHR & setPColorAttachments( const AttachmentReference2KHR* pColorAttachments_ ) in setPColorAttachments()
43096 pColorAttachments = pColorAttachments_; in setPColorAttachments()