Searched defs:allAttachments (Results 1 – 2 of 2) sorted by relevance
1939 const auto &allAttachments = renderPassInfo.getAttachments(); in findColorAttachments() local1966 void findDepthStencilAttachments(const vector<Attachment> &allAttachments, VkFormat &depthFormat, in findDepthStencilAttachments()2052 …id prepareAttachmentRemapping(const Subpass &subpass, const std::vector<Attachment> &allAttachment… in prepareAttachmentRemapping()2116 const auto &allAttachments = pRenderPassInfo->getAttachments(); in beginCommandBuffer() local2287 const auto &allAttachments = renderPassInfo.getAttachments(); in beginDynamicRendering() local2686 const auto &allAttachments = m_renderPassInfo.getAttachments(); in pushRenderCommands() local3359 const std::vector<Attachment> &allAttachments(renderPassInfo.getAttachments()); in pushDynamicRenderingCommands() local
1653 …static const uint32_t allAttachments[] = {GL_COLOR_ATTACHMENT0, GL_DEPTH_ATTACHMENT, GL_STENCIL_AT… in init() local