Home
last modified time | relevance | path

Searched refs:lodPrec (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.hpp205 const tcu::LodPrecision& lodPrec,
215 const tcu::LodPrecision& lodPrec,
225 const tcu::LodPrecision& lodPrec,
235 const tcu::LodPrecision& lodPrec,
245 const tcu::LodPrecision& lodPrec,
255 const tcu::LodPrecision& lodPrec,
266 const tcu::LodPrecision& lodPrec,
275 const tcu::LodPrecision& lodPrec,
284 const tcu::LodPrecision& lodPrec,
293 const tcu::LodPrecision& lodPrec,
[all …]
DgluTextureTestUtil.cpp1252 const tcu::LodPrecision& lodPrec, in computeTextureLookupDiff() argument
1315 tcu::Vec2 lodBounds = tcu::computeLodBoundsFromDerivates(coordDx, coordDy, lodPrec); in computeTextureLookupDiff()
1327 const tcu::Vec2 lodO = tcu::computeLodBoundsFromDerivates(coordDxo, coordDyo, lodPrec); in computeTextureLookupDiff()
1333 …:clampLodBounds(lodBounds + lodBias, tcu::Vec2(sampleParams.minLod, sampleParams.maxLod), lodPrec); in computeTextureLookupDiff()
1355 const tcu::LodPrecision& lodPrec, in computeTextureLookupDiff() argument
1434 … = tcu::computeLodBoundsFromDerivates(coordDx.x(), coordDx.y(), coordDy.x(), coordDy.y(), lodPrec); in computeTextureLookupDiff()
1448 …cu::computeLodBoundsFromDerivates(coordDxo.x(), coordDxo.y(), coordDyo.x(), coordDyo.y(), lodPrec); in computeTextureLookupDiff()
1454 …:clampLodBounds(lodBounds + lodBias, tcu::Vec2(sampleParams.minLod, sampleParams.maxLod), lodPrec); in computeTextureLookupDiff()
1480 const tcu::LodPrecision& lodPrec, in verifyTextureResult() argument
1491 …ccess(), errorMask.getAccess(), src, texCoord, sampleParams, lookupPrec, lodPrec, testCtx.getWatch… in verifyTextureResult()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureMipmapTests.cpp338 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 …]
DvktTextureConversionTests.cpp140 tcu::LodPrecision lodPrec; in verifyPixels() local
151 lodPrec.derivateBits = 18; in verifyPixels()
152 lodPrec.lodBits = 5; in verifyPixels()
164 lookupPrec, lodPrec, /*watchDog*/nullptr); in verifyPixels()
DvktTextureShadowTests.cpp158 const tcu::LodPrecision& lodPrec, in verifyTexCompareResult() argument
181 …rorMask.getAccess(), clampedSource, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThresho… in verifyTexCompareResult()
188 …cess(), errorMask.getAccess(), src, texCoord, sampleParams, comparePrec, lodPrec, nonShadowThresho… in verifyTexCompareResult()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureMipmapTests.cpp397 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 …]
Des3fTextureShadowTests.cpp104 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()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fTextureMipmapTests.cpp353 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()
675 tcu::LodPrecision lodPrec; in iterate() local
687 lodPrec.derivateBits = 10; in iterate()
688 lodPrec.lodBits = isES3Compatible ? 3 : 4; in iterate()
689 lodPrec.lodBits = isProjected ? lodPrec.lodBits : 6; in iterate()
725 lookupPrec, lodPrec, m_testCtx.getWatchDog()); in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fStencilTexturingTests.cpp722 tcu::LodPrecision lodPrec; in iterate() local
729 lodPrec.lodBits = 7; in iterate()
730 lodPrec.derivateBits = 16; in iterate()
734 …esult(m_testCtx, result, redTex, &texCoord[0], sampleParams, lookupPrec, lodPrec, tcu::PixelFormat… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp718 … const tcu::LodPrecision lodPrec (16, 4); // Pretty lax since we are not verifying LOD precision in testImageQueryLod() local
719 …t Vec2 lodBounds (tcu::computeLodBoundsFromDerivates(dtdp.x(), 0.0f, 0.0f, dtdp.y(), lodPrec)); in testImageQueryLod()