Searched refs:inputAttachmentNdx (Results 1 – 1 of 1) sorted by relevance
2000 …for (deUint32 inputAttachmentNdx = 0; inputAttachmentNdx < renderInfo.getInputAttachmentCount(); i… in SubpassRenderer() local2002 …achment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)]; in SubpassRenderer()2003 const VkImageLayout layout = renderInfo.getInputAttachmentLayout(inputAttachmentNdx); in SubpassRenderer()2107 …for (deUint32 inputAttachmentNdx = 0; inputAttachmentNdx < renderInfo.getInputAttachmentCount(); i… in SubpassRenderer() local2109 …hment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)]; in SubpassRenderer()2113 …st VkImageLayout inputAttachmentLayout = renderInfo.getInputAttachmentLayout(inputAttachmentNdx); in SubpassRenderer()2123 attachmentViews[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)].first, in SubpassRenderer()2154 attachmentViews[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)].second, in SubpassRenderer()2185 attachmentViews[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)].first, in SubpassRenderer()2302 …for (deUint32 inputAttachmentNdx = 0; inputAttachmentNdx < m_renderInfo.getInputAttachmentCount();… in pushRenderCommands() local[all …]