Searched refs:getColorAttachmentCount (Results 1 – 1 of 1) sorted by relevance
1739 …deUint32 getColorAttachmentCount (void) const { return (deUint32)m_colorAttachments.size();… in getColorAttachmentCount() function in vkt::__anon947717830111::SubpassRenderInfo1809 for (deUint32 i = 0; i < pRenderInfo->getColorAttachmentCount(); ++i) in beginCommandBuffer()1819 if (pRenderInfo->getColorAttachmentCount()) in beginCommandBuffer()1848 …for (deUint32 attachmentNdx = 0; attachmentNdx < renderInfo.getColorAttachmentCount(); attachmentN… in createSubpassPipeline()2034 for (deUint32 i = 0; i < renderInfo.getColorAttachmentCount(); ++i) in createSubpassPipeline()2103 …for (deUint32 colorAttachmentNdx = 0; colorAttachmentNdx < renderInfo.getColorAttachmentCount(); … in SubpassRenderer()2370 …for (deUint32 attachmentNdx = 0; attachmentNdx < m_renderInfo.getColorAttachmentCount(); attachmen… in pushRenderCommands()2396 const deUint32 attachmentNdx = m_renderInfo.getColorAttachmentCount(); in pushRenderCommands()2429 …for (deUint32 colorAttachmentNdx = 0; colorAttachmentNdx < m_renderInfo.getColorAttachmentCount();… in pushRenderCommands()