Lines Matching refs:getAttachment
562 deUint32 getAttachment (void) const { return m_attachment; }
909 log << TestLog::Message << "Attachment: " << inputAttachment.getAttachment() << TestLog::EndMessage;
916 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED)
921 log << TestLog::Message << "Attachment: " << depthStencilAttachment.getAttachment() << TestLog::EndMessage;
934 log << TestLog::Message << "Attachment: " << colorAttachment.getAttachment() << TestLog::EndMessage;
948 log << TestLog::Message << "Attachment: " << resolveAttachment.getAttachment() << TestLog::EndMessage;
1167 referenceInfo.getAttachment(), // deUint32 attachment; || deUint32 attachment;
1616 return (colorAttachments[ndx].getAttachment() == VK_ATTACHMENT_UNUSED) ? (deUint32)ndx : colorAttachments[ndx].getAttachment();
1739 if (renderPass.getSubpasses()[subpassIndex].getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED)
1742 m_depthStencilAttachmentInfo = tcu::just(renderPass.getAttachments()[renderPass.getSubpasses()[subpassIndex].getDepthStencilAttachment().getAttachment()]);
1759 deUint32 getInputAttachmentIndex (deUint32 attachmentNdx) const { return m_inputAttachments[attachmentNdx].getAttachment(); }
1764 deUint32 getColorAttachmentIndex (deUint32 attachmentNdx) const { return m_colorAttachments[attachmentNdx].getAttachment(); }
1767 Maybe<deUint32> getDepthStencilAttachmentIndex (void) const { return m_depthStencilAttachment ? tcu::just(m_depthStencilAttachment->getAttachment()) : tcu::Nothing; }
2159 const deUint32 colorAttachmentIndex = colorAttachmentReference.getAttachment();
2170 const deUint32 resolveAttachmentIndex = resolveAttachmentReference.getAttachment();
2211 const deUint32 dsAttachmentIndex = depthStencilAttachmentReference.getAttachment();
2973 const deUint32 colorAttachmentIndex = colorAttachmentReference.getAttachment();
3032 const deUint32 dsAttachmentIndex = depthStencilAttachmentReference.getAttachment();
3596 if (!attachmentUsed[attachmentIndex] && colorAttachments[attachmentNdx].getAttachment() != VK_ATTACHMENT_UNUSED)
3615 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED)
3617 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment();
3651 const deUint32 attachmentIndex = subpass.getColorAttachments()[colorClearNdx].getAttachment();
3667 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment();
3703 const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment();
3729 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED)
3731 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment();
3772 const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment();
3780 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED
3784 const Attachment& attachment (renderPassInfo.getAttachments()[subpass.getDepthStencilAttachment().getAttachment()]);
3798 const deUint32 attachmentIndex = subpass.getInputAttachments()[inputAttachmentNdx].getAttachment();
3823 const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentRefNdx].getAttachment();
3856 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED
3860 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment();
3888 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED
3892 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment();
4460 const deUint32 attachmentIndex = subpass.getInputAttachments()[attachmentNdx].getAttachment();
4507 const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentNdx].getAttachment();
4536 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED
4556 const deUint32 attachmentIndex = subpass.getInputAttachments()[attachmentNdx].getAttachment();
4572 const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentNdx].getAttachment();
4580 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED
4607 const deUint32 attachmentIndex = subpass.getInputAttachments()[attachmentNdx].getAttachment();
4645 const deUint32 attachmentIndex = subpass.getColorAttachments()[attachmentNdx].getAttachment();
4684 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED
4688 const deUint32 attachmentIndex = subpass.getDepthStencilAttachment().getAttachment();
4786 const deUint32 attachment = references[referenceNdx].getAttachment();
5036 const Attachment& attachment = renderPass.getAttachments()[attachmentRef.getAttachment()];
5045 if (subpass.getDepthStencilAttachment().getAttachment() != VK_ATTACHMENT_UNUSED)
5047 const Attachment& attachment = renderPass.getAttachments()[subpass.getDepthStencilAttachment().getAttachment()];
6326 if (colorAttachmentReferences[colorRefIdx].getAttachment() == inputAttachmentReferences[inputRefIdx].getAttachment())
6334 bool usedAsDepthStencil = inputAttachmentReferences[inputRefIdx].getAttachment() == depthStencilAttachmentReference.getAttachment();
6337 if (inputAttachmentReferences[inputRefIdx].getAttachment() == colorAttachmentReferences[colorRefIdx].getAttachment())
6346 if (depthStencilAttachmentReference.getAttachment() == inputAttachmentReferences[inputRefIdx].getAttachment())