Home
last modified time | relevance | path

Searched refs:colorAttachmentNdx (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1930 …for (deUint32 colorAttachmentNdx = 0; colorAttachmentNdx < renderInfo.getColorAttachmentCount(); in SubpassRenderer() local
1931 …tachmentImages.push_back(attachmentImages[renderInfo.getColorAttachmentIndex(colorAttachmentNdx)]); in SubpassRenderer()
2246 …for (deUint32 colorAttachmentNdx = 0; colorAttachmentNdx < m_renderInfo.getColorAttachmentCount();… in pushRenderCommands() local
2248 …putAttachmentIndex(inputAttachmentNdx) == m_renderInfo.getColorAttachmentIndex(colorAttachmentNdx)) in pushRenderCommands()
2264 m_colorAttachmentImages[colorAttachmentNdx], // image in pushRenderCommands()
5006 …for (size_t colorAttachmentNdx = 0; colorAttachmentNdx < subpassColorAttachments.size(); colorAtta… in addAttachmentAllocationTests() local
5007 definedAttachments.insert(subpassColorAttachments[colorAttachmentNdx]); in addAttachmentAllocationTests()
5017 …for (size_t colorAttachmentNdx = 0; colorAttachmentNdx < subpassColorAttachments.size(); colorAtta… in addAttachmentAllocationTests() local
5019 const deUint32 colorAttachmentIndex = subpassColorAttachments[colorAttachmentNdx]; in addAttachmentAllocationTests()
5046 …es.push_back(AttachmentReference((deUint32)subpassColorAttachments[colorAttachmentNdx], subpassLay… in addAttachmentAllocationTests()