Lines Matching refs:VkRenderingAttachmentInfo
253 std::vector<VkRenderingAttachmentInfo> getRenderingAttachmentInfos (const std::vector<VkImageView>& imageViews) const
259 std::vector<VkRenderingAttachmentInfo> infos;
266 infos.push_back(VkRenderingAttachmentInfo{
283 VkRenderingAttachmentInfo getDepthAttachmentInfo (const VkImageView imageView) const
288 return VkRenderingAttachmentInfo{
302 VkRenderingAttachmentInfo getStencilAttachmentInfo (const VkImageView imageView) const
307 return VkRenderingAttachmentInfo{
589 using RenderingAttachmentInfoPtr = std::unique_ptr<VkRenderingAttachmentInfo>;
597 depthAttachmentPtr.reset(new VkRenderingAttachmentInfo(m_params.getDepthAttachmentInfo(imgView)));
598 stencilAttachmentPtr.reset(new VkRenderingAttachmentInfo(m_params.getStencilAttachmentInfo(imgView)));
676 de::dataOrNull(renderingAttInfos), // const VkRenderingAttachmentInfo* pColorAttachments;
677 depthAttachmentPtr.get(), // const VkRenderingAttachmentInfo* pDepthAttachment;
678 stencilAttachmentPtr.get(), // const VkRenderingAttachmentInfo* pStencilAttachment;