Lines Matching defs:format
286 const TextureFormat& format);
300 DrawBufferInfo::DrawBufferInfo (bool render, const IVec2& size, const BlendState& blendState, const TextureFormat& format)
303 , m_format (format)
309 const tcu::TextureFormat& format,
314 const tcu::TextureFormatInfo info = tcu::getTextureFormatInfo(format);
323 switch (tcu::getTextureChannelClass(format.type))
415 const TextureFormat& format = drawBuffer.getFormat();
417 const deUint32 glFormat = glu::getInternalFormat(format);
433 const TextureFormat& format = drawBuffer.getFormat();
435 clearRenderbuffer(gl, format, renderbufferNdx, (int)refRenderbuffers.size(), refRenderbuffers[renderbufferNdx]);
486 const tcu::TextureFormat& format,
491 switch (tcu::getTextureChannelClass(format.type))
497 const UVec4 threshold = getFloatULPThreshold(format, result.getFormat());
523 const Vec4 threshold = getFixedPointFormatThreshold(format, result.getFormat());
536 TextureFormat getReadPixelFormat (const TextureFormat& format)
538 switch (tcu::getTextureChannelClass(format.type))
577 const TextureFormat format = refRenderbuffer.getFormat();
579 tcu::TextureLevel result (getReadPixelFormat(format), width, height);
585 verifyRenderbuffer(log, results, format, renderbufferNdx, refRenderbuffer, result);
918 const TextureFormat& format = drawBuffer.getFormat();
922 switch (tcu::getTextureChannelClass(format.type))
951 const TextureFormat& format = drawBuffer.getFormat();
962 switch (tcu::getTextureChannelClass(format.type))
1381 const TextureFormat format (getRandomFormat(rng, context));
1387 if (format.type == tcu::TextureFormat::FLOAT)
1389 // If format is 32bit float post common can't enable blending
1411 drawBuffers.push_back(DrawBufferInfo(render, size, blendState, format));