Searched refs:inputAttachmentNdx (Results 1 – 2 of 2) sorted by relevance
2060 …for (deUint32 inputAttachmentNdx = 0; inputAttachmentNdx < renderInfo.getInputAttachmentCount(); i… in SubpassRenderer() local2062 …achment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)]; in SubpassRenderer()2063 const VkImageLayout layout = renderInfo.getInputAttachmentLayout(inputAttachmentNdx); in SubpassRenderer()2170 …for (deUint32 inputAttachmentNdx = 0; inputAttachmentNdx < renderInfo.getInputAttachmentCount(); i… in SubpassRenderer() local2172 …hment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)]; in SubpassRenderer()2176 …st VkImageLayout inputAttachmentLayout = renderInfo.getInputAttachmentLayout(inputAttachmentNdx); in SubpassRenderer()2186 attachmentViews[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)].first, in SubpassRenderer()2217 attachmentViews[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)].second, in SubpassRenderer()2248 attachmentViews[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)].first, in SubpassRenderer()2365 …for (deUint32 inputAttachmentNdx = 0; inputAttachmentNdx < m_renderInfo.getInputAttachmentCount();… in pushRenderCommands() local[all …]
629 …for (deUint32 inputAttachmentNdx = 0; inputAttachmentNdx < inputAttachmentCount; ++inputAttachment… in makeFramebufferAttachmentImageInfos() local