Lines Matching refs:TextureTestUtil
544 const glu::TextureTestUtil::ReferenceParams& samplerParams);
548 const glu::TextureTestUtil::ReferenceParams& samplerParams);
550 const glu::TextureTestUtil::ReferenceParams& samplerParams);
554 const glu::TextureTestUtil::ReferenceParams& samplerParams);
558 const glu::TextureTestUtil::ReferenceParams& samplerParams,
564 const glu::TextureTestUtil::ReferenceParams& samplerParams,
572 const glu::TextureTestUtil::ReferenceParams& samplerParams,
577 const glu::TextureTestUtil::ReferenceParams& samplerParams,
582 glu::TextureTestUtil::ReferenceParams genSamplerParams (const IterationConfig& config) const;
609 de::MovePtr<gls::TextureTestUtil::TextureRenderer> m_renderer;
688 …m_renderer = de::MovePtr<gls::TextureTestUtil::TextureRenderer>(new gls::TextureTestUtil::TextureR… in init()
717 const glu::TextureTestUtil::ReferenceParams samplerParams = genSamplerParams(iterationConfig); in iterate()
731 void TextureBorderClampTest::logParams (const IterationConfig& config, const glu::TextureTestUtil::… in logParams()
764 const glu::TextureTestUtil::ReferenceParams& samplerParams) in renderTo()
767 …const gls::TextureTestUtil::RandomViewport viewport (m_context.getRenderTarget(), VIEWPORT_WIDTH, … in renderTo()
771 glu::TextureTestUtil::computeQuadTexCoord2D(texCoord, config.p0, config.p1); in renderTo()
870 void TextureBorderClampTest::renderQuad (const float* texCoord, const glu::TextureTestUtil::Referen… in renderQuad()
911 const glu::TextureTestUtil::ReferenceParams& samplerParams) in verifyImage()
919 glu::TextureTestUtil::computeQuadTexCoord2D(texCoord, config.p0, config.p1); in verifyImage()
932 …const tcu::IVec4 colorBits = tcu::max(glu::TextureTestUtil::getBitsVec(pixelFormat) - tcu::IV… in verifyImage()
938 lookupPrecision.colorMask = glu::TextureTestUtil::getCompareMask(pixelFormat); in verifyImage()
1012 const glu::TextureTestUtil::ReferenceParams& samplerParams, in verifyTextureSampleResult()
1021 …glu::TextureTestUtil::sampleTexture(tcu::SurfaceAccess(reference, pixelFormat), m_texture->getRefT… in verifyTextureSampleResult()
1023 …numFailedPixels = glu::TextureTestUtil::computeTextureLookupDiff(renderedFrame, reference.getAcces… in verifyTextureSampleResult()
1042 const glu::TextureTestUtil::ReferenceParams& samplerParams, in verifyTextureCompareResult()
1050 …const tcu::IVec4 nonShadowBits = tcu::max(glu::TextureTestUtil::getBitsVec(pixelFormat) - … in verifyTextureCompareResult()
1058 …glu::TextureTestUtil::sampleTexture(tcu::SurfaceAccess(reference, pixelFormat), effectiveView, tex… in verifyTextureCompareResult()
1060 …numFailedPixels = glu::TextureTestUtil::computeTextureCompareDiff(renderedFrame, reference.getAcce… in verifyTextureCompareResult()
1069 …numFailedPixels = glu::TextureTestUtil::computeTextureCompareDiff(renderedFrame, reference.getAcce… in verifyTextureCompareResult()
1103 const glu::TextureTestUtil::ReferenceParams& samplerParams, in verifyTextureGatherResult()
1166 const glu::TextureTestUtil::ReferenceParams& samplerParams, in verifyTextureGatherCmpResult()
1182 const tcu::BVec4 colorMask = glu::TextureTestUtil::getCompareMask(pixelFormat); in verifyTextureGatherCmpResult()
1254 glu::TextureTestUtil::ReferenceParams TextureBorderClampTest::genSamplerParams (const IterationConf… in genSamplerParams()
1257 glu::TextureTestUtil::ReferenceParams refParams (glu::TextureTestUtil::TEXTURETYPE_2D); in genSamplerParams()
1263 refParams.lodMode = glu::TextureTestUtil::LODMODE_EXACT; in genSamplerParams()
1264 …lerType = (!m_useShadowSampler) ? (glu::TextureTestUtil::getSamplerType(texFormat)) : (glu::Tex… in genSamplerParams()
2015 const glu::TextureTestUtil::ReferenceParams& samplerParams);
2017 void logParams (const glu::TextureTestUtil::ReferenceParams& samplerParams);
2020 const glu::TextureTestUtil::ReferenceParams& samplerParams);
2022 glu::TextureTestUtil::ReferenceParams getSamplerParams (void) const;
2040 de::MovePtr<gls::TextureTestUtil::TextureRenderer> m_renderer;
2093 …m_renderer = de::MovePtr<gls::TextureTestUtil::TextureRenderer>(new gls::TextureTestUtil::TextureR… in init()
2136 const glu::TextureTestUtil::ReferenceParams samplerParams = getSamplerParams(); in iterate()
2145 void TextureBorderClampPerAxisCase3D::logParams (const glu::TextureTestUtil::ReferenceParams& sampl… in logParams()
2163 const glu::TextureTestUtil::ReferenceParams& samplerParams) in renderTo()
2166 …const gls::TextureTestUtil::RandomViewport viewport (m_context.getRenderTarget(), VIEWPORT_WIDTH, … in renderTo()
2207 const glu::TextureTestUtil::ReferenceParams& samplerParams) in verifyImage()
2211 …const tcu::IVec4 colorBits = tcu::max(glu::TextureTestUtil::getBitsVec(pixelFormat) - tcu::IV… in verifyImage()
2224 lookupPrecision.colorMask = glu::TextureTestUtil::getCompareMask(pixelFormat); in verifyImage()
2226 …glu::TextureTestUtil::sampleTexture(tcu::SurfaceAccess(reference, pixelFormat), m_texture->getRefT… in verifyImage()
2228 …numFailedPixels = glu::TextureTestUtil::computeTextureLookupDiff(renderedFrame.getAccess(), refere… in verifyImage()
2248 glu::TextureTestUtil::ReferenceParams TextureBorderClampPerAxisCase3D::getSamplerParams (void) const in getSamplerParams()
2251 glu::TextureTestUtil::ReferenceParams refParams (glu::TextureTestUtil::TEXTURETYPE_3D); in getSamplerParams()
2255 refParams.lodMode = glu::TextureTestUtil::LODMODE_EXACT; in getSamplerParams()
2256 refParams.samplerType = glu::TextureTestUtil::getSamplerType(texFormat); in getSamplerParams()