Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp2060 …for (deUint32 inputAttachmentNdx = 0; inputAttachmentNdx < renderInfo.getInputAttachmentCount(); i… in SubpassRenderer() local
2062 …achment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)]; in SubpassRenderer()
2063 const VkImageLayout layout = renderInfo.getInputAttachmentLayout(inputAttachmentNdx); in SubpassRenderer()
2170 …for (deUint32 inputAttachmentNdx = 0; inputAttachmentNdx < renderInfo.getInputAttachmentCount(); i… in SubpassRenderer() local
2172 …hment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)]; in SubpassRenderer()
2176 …st VkImageLayout inputAttachmentLayout = renderInfo.getInputAttachmentLayout(inputAttachmentNdx); in SubpassRenderer()
2186 attachmentViews[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)].first, in SubpassRenderer()
2217 attachmentViews[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)].second, in SubpassRenderer()
2248 attachmentViews[renderInfo.getInputAttachmentIndex(inputAttachmentNdx)].first, in SubpassRenderer()
2365 …for (deUint32 inputAttachmentNdx = 0; inputAttachmentNdx < m_renderInfo.getInputAttachmentCount();… in pushRenderCommands() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp629 …for (deUint32 inputAttachmentNdx = 0; inputAttachmentNdx < inputAttachmentCount; ++inputAttachment… in makeFramebufferAttachmentImageInfos() local