Searched defs:Subpass (Results 1 – 8 of 8) sorted by relevance
218 struct Subpass { struct in vk::RenderPassWrapper219 struct Attachment {226 mutable std::vector<Attachment> m_colorAttachments;227 mutable Attachment m_depthStencilAttachment;228 mutable std::vector<Attachment> m_resolveAttachments;229 mutable VkMultisampledRenderToSingleSampledInfoEXT m_msrtss = {};230 mutable VkSubpassDescriptionDepthStencilResolve m_dsr = {};231 mutable VkAttachmentReference2 m_depthStencilResolveAttachment = {};
279 class Subpass class
401 Subpass::Subpass (VkPipelineBindPoint pipelineBindPoint, in Subpass() function in vkt::renderpass::Subpass
573 class Subpass class576 Subpass (VkPipelineBindPoint pipelineBindPoint, in Subpass() function in vkt::__anon36f4cd630111::Subpass
563 class Subpass class566 Subpass (VkPipelineBindPoint pipelineBindPoint, in Subpass() function in vkt::__anon769819430111::Subpass
84 } Subpass; typedef