Lines Matching refs:format

72 		: format	(GL_NONE)
80 : format (format_)
87 deUint32 format;
248 if (!glu::isSizedFormatColorRenderable(m_context.getRenderContext(), m_context.getContextInfo(), bufIter->format))
249 throw tcu::NotSupportedError("Unsupported attachment format");
264 << glu::getTextureFormatStr(m_fboSpec[ndx].format) << ", "
285 gl.renderbufferStorageMultisample(GL_RENDERBUFFER, bufSpec.samples, bufSpec.format, bufSpec.width, bufSpec.height);
470 tcu::TextureFormat format; //!< Actual format of attachment.
575 const tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_fboSpec[ndx].format);
587 attachments[ndx].format = texFmt;
654 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(attachments[output.location+vecNdx].format);
687 // Limit to range of output format as conversion mode is not specified.
688 const IVec4 fmtBits = tcu::getTextureFormatBitDepth(attachments[output.location+vecNdx].format);
727 // Limit to range of output format as conversion mode is not specified.
728 const IVec4 fmtBits = tcu::getTextureFormatBitDepth(attachments[output.location+vecNdx].format);
831 gl.readPixels(0, 0, minBufSize.x(), minBufSize.y(), transferFmt.format, transferFmt.dataType, dst);
882 const tcu::TextureFormat& format = attachments[attachNdx].format;
885 tcu::TextureChannelClass texClass = tcu::getTextureChannelClass(format.type);
898 UVec4 formatThreshold; //!< Threshold computed based on format.
902 switch (format.type)
932 const IVec4 bits = min(IVec4(8), tcu::getTextureFormatBitDepth(format));
1076 deUint32 format = 0;
1079 format = rnd.choose<deUint32>(&floatFormats[0], &floatFormats[0] + DE_LENGTH_OF_ARRAY(floatFormats));
1081 format = rnd.choose<deUint32>(&intFormats[0], &intFormats[0] + DE_LENGTH_OF_ARRAY(intFormats));
1083 format = rnd.choose<deUint32>(&uintFormats[0], &uintFormats[0] + DE_LENGTH_OF_ARRAY(uintFormats));
1087 targets.push_back(BufferSpec(format, width, height, samples));
1164 deUint32 format = requiredFloatFormats[fmtNdx];
1165 string fmtName = getFormatName(format);
1168 fboSpec.push_back(BufferSpec(format, width, height, samples));
1187 deUint32 format = requiredFixedFormats[fmtNdx];
1188 string fmtName = getFormatName(format);
1191 fboSpec.push_back(BufferSpec(format, width, height, samples));
1210 deUint32 format = requiredIntFormats[fmtNdx];
1211 string fmtName = getFormatName(format);
1214 fboSpec.push_back(BufferSpec(format, width, height, samples));
1233 deUint32 format = requiredUintFormats[fmtNdx];
1234 string fmtName = getFormatName(format);
1237 fboSpec.push_back(BufferSpec(format, width, height, samples));
1267 deUint32 format = requiredFloatFormats[fmtNdx];
1268 string fmtName = getFormatName(format);
1272 fboSpec.push_back(BufferSpec(format, width, height, samples));
1291 deUint32 format = requiredFixedFormats[fmtNdx];
1292 string fmtName = getFormatName(format);
1296 fboSpec.push_back(BufferSpec(format, width, height, samples));
1315 deUint32 format = requiredIntFormats[fmtNdx];
1316 string fmtName = getFormatName(format);
1320 fboSpec.push_back(BufferSpec(format, width, height, samples));
1339 deUint32 format = requiredUintFormats[fmtNdx];
1340 string fmtName = getFormatName(format);
1344 fboSpec.push_back(BufferSpec(format, width, height, samples));