/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.hpp | 199 const tcu::LookupPrecision& lookupPrec, 209 const tcu::LookupPrecision& lookupPrec, 219 const tcu::LookupPrecision& lookupPrec, 229 const tcu::LookupPrecision& lookupPrec, 239 const tcu::LookupPrecision& lookupPrec, 249 const tcu::LookupPrecision& lookupPrec, 259 const tcu::LookupPrecision& lookupPrec, 269 const tcu::LookupPrecision& lookupPrec, 278 const tcu::LookupPrecision& lookupPrec, 287 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() 674 tcu::LookupPrecision lookupPrec; in iterate() local 683 lookupPrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat()); in iterate() 684 …lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_renderCtx.getRenderT… in iterate() 685 lookupPrec.coordBits = isProjected ? tcu::IVec3(8) : tcu::IVec3(10); in iterate() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 594 const PrecType& lookupPrec, in verifyGatherOffsets() argument 622 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask, in verifyGatherOffsets() 624 lookupPrec.colorThreshold.template cast<ColorScalarType>())))) in verifyGatherOffsets() 626 …if (!isGatherOffsetsResultValid(texture, sampler, lookupPrec, texCoord, componentNdx, offsets, res… in verifyGatherOffsets() 1538 tcu::LookupPrecision lookupPrec; in verify() local 1539 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(colorBits); in verify() 1540 lookupPrec.coordBits = coordBits; in verify() 1541 lookupPrec.uvwBits = uvwBits; in verify() 1542 lookupPrec.colorMask = glu::TextureTestUtil::getCompareMask(pixelFormat); in verify() 1543 …return verifyGatherOffsets<float>(log, rendered, texture, texCoords, sampler, lookupPrec, componen… in verify() [all …]
|
D | es31fStencilTexturingTests.cpp | 721 tcu::LookupPrecision lookupPrec; in iterate() local 725 lookupPrec.colorMask = tcu::BVec4(true, true, true, true); in iterate() 726 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(IVec4(8, 8, 8, 8)); in iterate() 727 lookupPrec.coordBits = tcu::IVec3(22, 22, 22); in iterate() 728 lookupPrec.uvwBits = tcu::IVec3(5, 5, 0); in iterate() 734 …fyTextureResult(m_testCtx, result, redTex, &texCoord[0], sampleParams, lookupPrec, lodPrec, tcu::P… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 625 const PrecType& lookupPrec, in verifyGatherOffsets() argument 653 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask, in verifyGatherOffsets() 655 lookupPrec.colorThreshold.template cast<ColorScalarType>())))) in verifyGatherOffsets() 657 …if (!isGatherOffsetsResultValid(texture, sampler, lookupPrec, texCoord, componentNdx, offsets, res… in verifyGatherOffsets() 1466 tcu::LookupPrecision lookupPrec; in verify() local 1467 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(colorBits); in verify() 1468 lookupPrec.coordBits = coordBits; in verify() 1469 lookupPrec.uvwBits = uvwBits; in verify() 1470 lookupPrec.colorMask = TextureTestUtil::getCompareMask(pixelFormat); in verify() 1471 …return verifyGatherOffsets<float>(log, rendered, texture, texCoords, sampler, lookupPrec, componen… in verify() [all …]
|