Home | History | Annotate | Download | only in functional

Lines Matching refs:PixelFormat

913 	const tcu::PixelFormat	pixelFormat		= m_context.getRenderTarget().getPixelFormat();
932 const tcu::IVec4 colorBits = tcu::max(gls::TextureTestUtil::getBitsVec(pixelFormat) - tcu::IVec4(colorErrorBits), tcu::IVec4(0));
938 lookupPrecision.colorMask = gls::TextureTestUtil::getCompareMask(pixelFormat);
971 texComparePrecision.resultBits = de::max(0, pixelFormat.redBits - 1);
977 lowQualityTexComparePrecision.resultBits = de::max(0, pixelFormat.redBits - 1);
1016 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat();
1021 gls::TextureTestUtil::sampleTexture(gls::TextureTestUtil::SurfaceAccess(reference, pixelFormat), m_texture->getRefTexture(), texCoord, samplerParams);
1048 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat();
1050 const tcu::IVec4 nonShadowBits = tcu::max(gls::TextureTestUtil::getBitsVec(pixelFormat) - tcu::IVec4(colorErrorBits), tcu::IVec4(0));
1058 gls::TextureTestUtil::sampleTexture(gls::TextureTestUtil::SurfaceAccess(reference, pixelFormat), effectiveView, texCoord, samplerParams);
1114 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat();
1115 const deUint8 fbColormask = gls::TextureTestUtil::getColorMask(pixelFormat);
1181 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat();
1182 const tcu::BVec4 colorMask = gls::TextureTestUtil::getCompareMask(pixelFormat);
1183 const deUint8 fbColormask = gls::TextureTestUtil::getColorMask(pixelFormat);
2209 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat();
2211 const tcu::IVec4 colorBits = tcu::max(gls::TextureTestUtil::getBitsVec(pixelFormat) - tcu::IVec4(colorErrorBits), tcu::IVec4(0));
2224 lookupPrecision.colorMask = gls::TextureTestUtil::getCompareMask(pixelFormat);
2226 gls::TextureTestUtil::sampleTexture(gls::TextureTestUtil::SurfaceAccess(reference, pixelFormat), m_texture->getRefTexture(), &m_texCoords[0], samplerParams);