/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.hpp | 192 const tcu::LookupPrecision& lookupPrec, 202 const tcu::LookupPrecision& lookupPrec, 212 const tcu::LookupPrecision& lookupPrec, 222 const tcu::LookupPrecision& lookupPrec, 232 const tcu::LookupPrecision& lookupPrec, 242 const tcu::LookupPrecision& lookupPrec, 252 const tcu::LookupPrecision& lookupPrec, 262 const tcu::LookupPrecision& lookupPrec, 271 const tcu::LookupPrecision& lookupPrec, 280 const tcu::LookupPrecision& lookupPrec, [all …]
|
D | gluTextureTestUtil.cpp | 1231 const tcu::LookupPrecision& lookupPrec, in computeTextureLookupDiff() argument 1278 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 1314 …const bool isOk = tcu::isLookupResultValid(src, sampleParams.sampler, lookupPrec, coord, clamped… in computeTextureLookupDiff() 1334 const tcu::LookupPrecision& lookupPrec, in computeTextureLookupDiff() argument 1385 if (!tcu::boolAll(tcu::lessThanEqual(tcu::abs(resPix - refPix), lookupPrec.colorThreshold))) in computeTextureLookupDiff() 1435 if (tcu::isLookupResultValid(src, sampleParams.sampler, lookupPrec, coord, clampedLod, resPix)) in computeTextureLookupDiff() 1459 const tcu::LookupPrecision& lookupPrec, in verifyTextureResult() argument 1468 DE_ASSERT(getCompareMask(pixelFormat) == lookupPrec.colorMask); in verifyTextureResult() 1471 …rence.getAccess(), errorMask.getAccess(), src, texCoord, sampleParams, lookupPrec, lodPrec, testCt… in verifyTextureResult() 1495 const tcu::LookupPrecision& lookupPrec, in verifyTextureResult() argument [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureMipmapTests.cpp | 337 tcu::LookupPrecision lookupPrec; in iterate() local 341 lookupPrec.coordBits = tcu::IVec3(20, 20, 0); in iterate() 342 …lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored. in iterate() 343 …lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrili… in iterate() 344 lookupPrec.colorMask = getCompareMask(pixelFormat); in iterate() 383 lookupPrec, lodPrec, m_context.getTestContext().getWatchDog()); in iterate() 571 tcu::LookupPrecision lookupPrec; in iterate() local 580 lookupPrec.colorMask = getCompareMask(pixelFormat); in iterate() 581 …lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat)-2, tcu::IV… in iterate() 582 lookupPrec.coordBits = isProjected ? tcu::IVec3(8) : tcu::IVec3(10); in iterate() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureMipmapTests.cpp | 396 tcu::LookupPrecision lookupPrec; in iterate() local 400 lookupPrec.coordBits = tcu::IVec3(20, 20, 0); in iterate() 401 …lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored. in iterate() 402 …lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrili… in iterate() 403 lookupPrec.colorMask = getCompareMask(pixelFormat); in iterate() 442 lookupPrec, lodPrec, m_testCtx.getWatchDog()); in iterate() 711 tcu::LookupPrecision lookupPrec; in iterate() local 720 lookupPrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat()); in iterate() 721 …lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_renderCtx.getRenderT… in iterate() 722 lookupPrec.coordBits = isProjected ? tcu::IVec3(8) : tcu::IVec3(10); in iterate() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureMipmapTests.cpp | 352 tcu::LookupPrecision lookupPrec; in iterate() local 356 lookupPrec.coordBits = tcu::IVec3(20, 20, 0); in iterate() 357 …lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored. in iterate() 358 …lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrili… in iterate() 359 lookupPrec.colorMask = getCompareMask(pixelFormat); in iterate() 398 lookupPrec, lodPrec, m_testCtx.getWatchDog()); in iterate() 680 tcu::LookupPrecision lookupPrec; in iterate() local 689 lookupPrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat()); in iterate() 690 …lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_renderCtx.getRenderT… in iterate() 691 lookupPrec.coordBits = isProjected ? tcu::IVec3(8) : tcu::IVec3(10); in iterate() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 593 const PrecType& lookupPrec, in verifyGatherOffsets() argument 621 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask, in verifyGatherOffsets() 623 lookupPrec.colorThreshold.template cast<ColorScalarType>())))) in verifyGatherOffsets() 625 …if (!isGatherOffsetsResultValid(texture, sampler, lookupPrec, texCoord, componentNdx, offsets, res… in verifyGatherOffsets() 1530 tcu::LookupPrecision lookupPrec; in verify() local 1531 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(colorBits); in verify() 1532 lookupPrec.coordBits = coordBits; in verify() 1533 lookupPrec.uvwBits = uvwBits; in verify() 1534 lookupPrec.colorMask = glu::TextureTestUtil::getCompareMask(pixelFormat); in verify() 1535 …return verifyGatherOffsets<float>(log, rendered, texture, texCoords, sampler, lookupPrec, componen… in verify() [all …]
|
D | es31fStencilTexturingTests.cpp | 718 tcu::LookupPrecision lookupPrec; in iterate() local 722 lookupPrec.colorMask = tcu::BVec4(true, true, true, true); in iterate() 723 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(IVec4(8, 8, 8, 8)); in iterate() 724 lookupPrec.coordBits = tcu::IVec3(22, 22, 22); in iterate() 725 lookupPrec.uvwBits = tcu::IVec3(5, 5, 0); in iterate() 731 …fyTextureResult(m_testCtx, result, redTex, &texCoord[0], sampleParams, lookupPrec, lodPrec, tcu::P… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 622 const PrecType& lookupPrec, in verifyGatherOffsets() argument 650 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask, in verifyGatherOffsets() 652 lookupPrec.colorThreshold.template cast<ColorScalarType>())))) in verifyGatherOffsets() 654 …if (!isGatherOffsetsResultValid(texture, sampler, lookupPrec, texCoord, componentNdx, offsets, res… in verifyGatherOffsets() 1378 tcu::LookupPrecision lookupPrec; in verify() local 1379 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(colorBits); in verify() 1380 lookupPrec.coordBits = coordBits; in verify() 1381 lookupPrec.uvwBits = uvwBits; in verify() 1382 lookupPrec.colorMask = TextureTestUtil::getCompareMask(pixelFormat); in verify() 1383 …return verifyGatherOffsets<float>(log, rendered, texture, texCoords, sampler, lookupPrec, componen… in verify() [all …]
|