Searched refs:attachNdx (Results 1 – 2 of 2) sorted by relevance
874 for (int attachNdx = 0; attachNdx < numAttachments; attachNdx++) in iterate() local876 const int attachmentW = m_fboSpec[attachNdx].width; in iterate()877 const int attachmentH = m_fboSpec[attachNdx].height; in iterate()878 const int numValidChannels = attachments[attachNdx].numWrittenChannels; in iterate()880 const glu::Precision outPrecision = attachments[attachNdx].outPrecision; in iterate()881 const tcu::TextureFormat& format = attachments[attachNdx].format; in iterate()882 …attachNdx].readFormat, attachmentW, attachmentH, 1, deAlign32(attachments[attachNdx].readFormat.ge… in iterate()883 …fferAccess reference (attachments[attachNdx].referenceFormat, attachmentW, attachmentH, 1, &att… in iterate()886 const string name = string("Attachment") + de::toString(attachNdx); in iterate()887 const string desc = string("Color attachment ") + de::toString(attachNdx); in iterate()[all …]
252 for (deUint32 attachNdx = 0u; attachNdx < 1u + numSamples; ++attachNdx) in iterate() local254 preserveAttachments[attachNdx] = 1u + attachNdx; in iterate()