/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.hpp | 193 const tcu::LodPrecision& lodPrec, 203 const tcu::LodPrecision& lodPrec, 213 const tcu::LodPrecision& lodPrec, 223 const tcu::LodPrecision& lodPrec, 233 const tcu::LodPrecision& lodPrec, 243 const tcu::LodPrecision& lodPrec, 254 const tcu::LodPrecision& lodPrec, 263 const tcu::LodPrecision& lodPrec, 272 const tcu::LodPrecision& lodPrec, 281 const tcu::LodPrecision& lodPrec, [all …]
|
D | gluTextureTestUtil.cpp | 1232 const tcu::LodPrecision& lodPrec, in computeTextureLookupDiff() argument 1295 tcu::Vec2 lodBounds = tcu::computeLodBoundsFromDerivates(coordDx, coordDy, lodPrec); in computeTextureLookupDiff() 1307 const tcu::Vec2 lodO = tcu::computeLodBoundsFromDerivates(coordDxo, coordDyo, lodPrec); in computeTextureLookupDiff() 1313 …:clampLodBounds(lodBounds + lodBias, tcu::Vec2(sampleParams.minLod, sampleParams.maxLod), lodPrec); in computeTextureLookupDiff() 1335 const tcu::LodPrecision& lodPrec, in computeTextureLookupDiff() argument 1414 … = tcu::computeLodBoundsFromDerivates(coordDx.x(), coordDx.y(), coordDy.x(), coordDy.y(), lodPrec); in computeTextureLookupDiff() 1428 …cu::computeLodBoundsFromDerivates(coordDxo.x(), coordDxo.y(), coordDyo.x(), coordDyo.y(), lodPrec); in computeTextureLookupDiff() 1434 …:clampLodBounds(lodBounds + lodBias, tcu::Vec2(sampleParams.minLod, sampleParams.maxLod), lodPrec); in computeTextureLookupDiff() 1460 const tcu::LodPrecision& lodPrec, in verifyTextureResult() argument 1471 …ccess(), errorMask.getAccess(), src, texCoord, sampleParams, lookupPrec, lodPrec, testCtx.getWatch… in verifyTextureResult() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureMipmapTests.cpp | 338 tcu::LodPrecision lodPrec; in iterate() local 345 lodPrec.derivateBits = 10; in iterate() 346 lodPrec.lodBits = isProjected ? 6 : 8; in iterate() 383 lookupPrec, lodPrec, m_context.getTestContext().getWatchDog()); in iterate() 572 tcu::LodPrecision lodPrec; in iterate() local 584 lodPrec.derivateBits = 10; in iterate() 585 lodPrec.lodBits = isProjected ? 3 : 6; in iterate() 621 lookupPrec, lodPrec, m_context.getTestContext().getWatchDog()); in iterate() 852 tcu::LodPrecision lodPrec; in iterate() local 859 lodPrec.derivateBits = 10; in iterate() [all …]
|
D | vktTextureShadowTests.cpp | 137 const tcu::LodPrecision& lodPrec, in verifyTexCompareResult() argument 160 …rorMask.getAccess(), clampedSource, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThresho… in verifyTexCompareResult() 167 …cess(), errorMask.getAccess(), src, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThresho… in verifyTexCompareResult()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureMipmapTests.cpp | 397 tcu::LodPrecision lodPrec; in iterate() local 404 lodPrec.derivateBits = 10; in iterate() 405 lodPrec.lodBits = isProjected ? 6 : 8; in iterate() 442 lookupPrec, lodPrec, m_testCtx.getWatchDog()); in iterate() 712 tcu::LodPrecision lodPrec; in iterate() local 724 lodPrec.derivateBits = 10; in iterate() 725 lodPrec.lodBits = isProjected ? 3 : 6; in iterate() 761 lookupPrec, lodPrec, m_testCtx.getWatchDog()); in iterate() 1344 tcu::LodPrecision lodPrec; in iterate() local 1351 lodPrec.derivateBits = 10; in iterate() [all …]
|
D | es3fTextureShadowTests.cpp | 104 const tcu::LodPrecision& lodPrec, in verifyTexCompareResult() argument 127 …rorMask.getAccess(), clampedSource, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThresho… in verifyTexCompareResult() 134 …cess(), errorMask.getAccess(), src, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThresho… in verifyTexCompareResult()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureMipmapTests.cpp | 353 tcu::LodPrecision lodPrec; in iterate() local 360 lodPrec.derivateBits = 10; in iterate() 361 lodPrec.lodBits = isProjected ? 6 : 8; in iterate() 398 lookupPrec, lodPrec, m_testCtx.getWatchDog()); in iterate() 681 tcu::LodPrecision lodPrec; in iterate() local 693 lodPrec.derivateBits = 10; in iterate() 694 lodPrec.lodBits = isES3Compatible ? 3 : 4; in iterate() 695 lodPrec.lodBits = isProjected ? lodPrec.lodBits : 6; in iterate() 731 lookupPrec, lodPrec, m_testCtx.getWatchDog()); in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 719 tcu::LodPrecision lodPrec; in iterate() local 726 lodPrec.lodBits = 7; in iterate() 727 lodPrec.derivateBits = 16; in iterate() 731 …esult(m_testCtx, result, redTex, &texCoord[0], sampleParams, lookupPrec, lodPrec, tcu::PixelFormat… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrImageQueryTests.cpp | 640 … const tcu::LodPrecision lodPrec (16, 4); // Pretty lax since we are not verifying LOD precision in testImageQueryLod() local 641 …t Vec2 lodBounds (tcu::computeLodBoundsFromDerivates(dtdp.x(), 0.0f, 0.0f, dtdp.y(), lodPrec)); in testImageQueryLod()
|