Searched refs:firstAttachmentIdx (Results 1 – 1 of 1) sorted by relevance
684 for (size_t firstAttachmentIdx = 0; firstAttachmentIdx < mColorAttachments.size(); in colorAttachmentsAreUniqueImages() local685 firstAttachmentIdx++) in colorAttachmentsAreUniqueImages()687 const FramebufferAttachment &firstAttachment = mColorAttachments[firstAttachmentIdx]; in colorAttachmentsAreUniqueImages()693 for (size_t secondAttachmentIdx = firstAttachmentIdx + 1; in colorAttachmentsAreUniqueImages()