Lines Matching defs:attachment
547 deUint32 j = pCreateInfo->pSubpasses[s].pColorAttachments[i].attachment;
571 deUint32 j = pCreateInfo->pSubpasses[s].pDepthStencilAttachment->attachment;
600 deUint32 j = pCreateInfo->pSubpasses[s].pResolveAttachments[i].attachment;
686 deUint32 j = pCreateInfo->pSubpasses[s].pColorAttachments[i].attachment;
710 deUint32 j = pCreateInfo->pSubpasses[s].pDepthStencilAttachment->attachment;
739 deUint32 j = pCreateInfo->pSubpasses[s].pResolveAttachments[i].attachment;
926 vk::VkRenderingAttachmentInfo attachment = vk::initVulkanStructure();
927 attachment.imageView = m_imageViews[i];
928 attachment.imageLayout = m_layouts[i];
929 attachment.loadOp = vk::VK_ATTACHMENT_LOAD_OP_CLEAR;
930 attachment.storeOp = vk::VK_ATTACHMENT_STORE_OP_STORE;
931 attachment.clearValue = m_clearValues[i];
935 renderingInfo.pDepthAttachment = hasDepthAspect ? &attachment : DE_NULL;
936 renderingInfo.pStencilAttachment = hasStencilAspect ? &attachment : DE_NULL;
941 renderingInfo.pColorAttachments = &attachment;
1155 if (subpass.m_dsr.pDepthStencilResolveAttachment && i == subpass.m_dsr.pDepthStencilResolveAttachment->attachment)
1332 makeClearValueColor(clearColor), // attachment 0
1333 makeClearValueDepthStencil(clearDepth, clearStencil), // attachment 1
1495 depthAttachment.resolveImageView = m_imageViews[subpass.m_dsr.pDepthStencilResolveAttachment->attachment];
1497 stencilAttachment.resolveImageView = m_imageViews[subpass.m_dsr.pDepthStencilResolveAttachment->attachment];