Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.cpp221 const VkAttachmentDescription* pAttachments_, in RenderPassCreateInfo1() argument
236 pAttachments = pAttachments_; in RenderPassCreateInfo1()
253 const VkAttachmentDescription2KHR* pAttachments_, in RenderPassCreateInfo2() argument
265 pAttachments = pAttachments_; in RenderPassCreateInfo2()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp224 const VkAttachmentDescription* pAttachments_, in RenderPassCreateInfo1() argument
239 pAttachments = pAttachments_; in RenderPassCreateInfo1()
256 const VkAttachmentDescription2KHR* pAttachments_, in RenderPassCreateInfo2() argument
268 pAttachments = pAttachments_; in RenderPassCreateInfo2()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp28585 const ImageView* pAttachments_ = nullptr, in FramebufferCreateInfo()
28592 , pAttachments( pAttachments_ ) in FramebufferCreateInfo()
28633 FramebufferCreateInfo & setPAttachments( const ImageView* pAttachments_ ) in setPAttachments()
28635 pAttachments = pAttachments_; in setPAttachments()
29951 … const PipelineColorBlendAttachmentState* pAttachments_ = nullptr, in PipelineColorBlendStateCreateInfo()
29957 , pAttachments( pAttachments_ )
30003 …lorBlendStateCreateInfo & setPAttachments( const PipelineColorBlendAttachmentState* pAttachments_ ) in setPAttachments()
30005 pAttachments = pAttachments_; in setPAttachments()
42899 const AttachmentDescription* pAttachments_ = nullptr, in RenderPassCreateInfo()
42906 , pAttachments( pAttachments_ ) in RenderPassCreateInfo()
[all …]