Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1637 …deUint32 getColorAttachmentCount (void) const { return (deUint32)m_colorAttachments.size();… in getColorAttachmentCount() function in vkt::__anon96ae15a30111::SubpassRenderInfo
1686 …for (deUint32 attachmentNdx = 0; attachmentNdx < renderInfo.getColorAttachmentCount(); attachmentN… in createSubpassPipeline()
1930 …for (deUint32 colorAttachmentNdx = 0; colorAttachmentNdx < renderInfo.getColorAttachmentCount(); … in SubpassRenderer()
2187 …for (deUint32 attachmentNdx = 0; attachmentNdx < m_renderInfo.getColorAttachmentCount(); attachmen… in pushRenderCommands()
2213 const deUint32 attachmentNdx = m_renderInfo.getColorAttachmentCount(); in pushRenderCommands()
2246 …for (deUint32 colorAttachmentNdx = 0; colorAttachmentNdx < m_renderInfo.getColorAttachmentCount();… in pushRenderCommands()