Searched refs:colorAttachmentNdx (Results 1 – 1 of 1) sorted by relevance
1981 …for (deUint32 colorAttachmentNdx = 0; colorAttachmentNdx < renderInfo.getColorAttachmentCount(); … in SubpassRenderer() local1983 …ntNdx = (renderInfo.getColorAttachmentIndex(colorAttachmentNdx) == VK_ATTACHMENT_UNUSED) ? colorAt… in SubpassRenderer()1984 : renderInfo.getColorAttachmentIndex(colorAttachmentNdx); in SubpassRenderer()2304 …for (deUint32 colorAttachmentNdx = 0; colorAttachmentNdx < m_renderInfo.getColorAttachmentCount();… in pushRenderCommands() local2306 …putAttachmentIndex(inputAttachmentNdx) == m_renderInfo.getColorAttachmentIndex(colorAttachmentNdx)) in pushRenderCommands()2322 m_colorAttachmentImages[colorAttachmentNdx], // image in pushRenderCommands()5199 …for (size_t colorAttachmentNdx = 0; colorAttachmentNdx < subpassColorAttachments.size(); colorAtta… in addAttachmentAllocationTests() local5200 definedAttachments.insert(subpassColorAttachments[colorAttachmentNdx]); in addAttachmentAllocationTests()5210 …for (size_t colorAttachmentNdx = 0; colorAttachmentNdx < subpassColorAttachments.size(); colorAtta… in addAttachmentAllocationTests() local5212 const deUint32 colorAttachmentIndex = subpassColorAttachments[colorAttachmentNdx]; in addAttachmentAllocationTests()[all …]