Home
last modified time | relevance | path

Searched refs:lookupPrec (Results 1 – 8 of 8) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp199 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 …]
DgluTextureTestUtil.cpp1231 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/
DvktTextureMipmapTests.cpp337 tcu::LookupPrecision lookupPrec; in iterate() local
341 lookupPrec.coordBits = tcu::IVec3(20, 20, 0); in iterate()
342lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored. in iterate()
343lookupPrec.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()
581lookupPrec.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/
Des3fTextureMipmapTests.cpp396 tcu::LookupPrecision lookupPrec; in iterate() local
400 lookupPrec.coordBits = tcu::IVec3(20, 20, 0); in iterate()
401lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored. in iterate()
402lookupPrec.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()
721lookupPrec.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/
Des2fTextureMipmapTests.cpp352 tcu::LookupPrecision lookupPrec; in iterate() local
356 lookupPrec.coordBits = tcu::IVec3(20, 20, 0); in iterate()
357lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored. in iterate()
358lookupPrec.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()
684lookupPrec.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/
Des31fTextureGatherTests.cpp594 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 …]
Des31fStencilTexturingTests.cpp721 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/
DvktShaderRenderTextureGatherTests.cpp625 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 …]