Lines Matching refs:pAttachments_
28585 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()
42942 RenderPassCreateInfo & setPAttachments( const AttachmentDescription* pAttachments_ ) in setPAttachments()
42944 pAttachments = pAttachments_; in setPAttachments()
43309 const AttachmentDescription2KHR* pAttachments_ = nullptr, in RenderPassCreateInfo2KHR()
43318 , pAttachments( pAttachments_ ) in RenderPassCreateInfo2KHR()
43356 RenderPassCreateInfo2KHR & setPAttachments( const AttachmentDescription2KHR* pAttachments_ ) in setPAttachments()
43358 pAttachments = pAttachments_; in setPAttachments()