HomeSort by relevance Sort by last modified time
    Searched refs:lookupPrec (Results 1 - 8 of 8) sorted by null

  /external/deqp/framework/opengl/
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...]
gluTextureTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp 337 tcu::LookupPrecision lookupPrec;
341 lookupPrec.coordBits = tcu::IVec3(20, 20, 0);
342 lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored.
343 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
344 lookupPrec.colorMask = getCompareMask(pixelFormat);
383 lookupPrec, lodPrec, m_context.getTestContext().getWatchDog());
571 tcu::LookupPrecision lookupPrec;
580 lookupPrec.colorMask = getCompareMask(pixelFormat);
581 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat)-2, tcu::IVec4(0)));
582 lookupPrec.coordBits = isProjected ? tcu::IVec3(8) : tcu::IVec3(10)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 396 tcu::LookupPrecision lookupPrec;
400 lookupPrec.coordBits = tcu::IVec3(20, 20, 0);
401 lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored.
402 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
403 lookupPrec.colorMask = getCompareMask(pixelFormat);
442 lookupPrec, lodPrec, m_testCtx.getWatchDog());
711 tcu::LookupPrecision lookupPrec;
720 lookupPrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat());
721 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_renderCtx.getRenderTarget().getPixelFormat())-2, IVec4(0)));
722 lookupPrec.coordBits = isProjected ? tcu::IVec3(8) : tcu::IVec3(10)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 352 tcu::LookupPrecision lookupPrec;
356 lookupPrec.coordBits = tcu::IVec3(20, 20, 0);
357 lookupPrec.uvwBits = tcu::IVec3(16, 16, 0); // Doesn't really matter since pixels are unicolored.
358 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
359 lookupPrec.colorMask = getCompareMask(pixelFormat);
398 lookupPrec, lodPrec, m_testCtx.getWatchDog());
680 tcu::LookupPrecision lookupPrec;
689 lookupPrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat());
690 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_renderCtx.getRenderTarget().getPixelFormat())-2, IVec4(0)));
691 lookupPrec.coordBits = isProjected ? tcu::IVec3(8) : tcu::IVec3(10)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 593 const PrecType& lookupPrec,
621 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask,
623 lookupPrec.colorThreshold.template cast<ColorScalarType>()))))
625 if (!isGatherOffsetsResultValid(texture, sampler, lookupPrec, texCoord, componentNdx, offsets, resultPix))
    [all...]
es31fStencilTexturingTests.cpp 718 tcu::LookupPrecision lookupPrec;
722 lookupPrec.colorMask = tcu::BVec4(true, true, true, true);
723 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(IVec4(8, 8, 8, 8));
724 lookupPrec.coordBits = tcu::IVec3(22, 22, 22);
725 lookupPrec.uvwBits = tcu::IVec3(5, 5, 0);
731 compareOk = verifyTextureResult(m_testCtx, result, redTex, &texCoord[0], sampleParams, lookupPrec, lodPrec, tcu::PixelFormat(8, 8, 8, 8));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 622 const PrecType& lookupPrec,
650 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask,
652 lookupPrec.colorThreshold.template cast<ColorScalarType>()))))
654 if (!isGatherOffsetsResultValid(texture, sampler, lookupPrec, texCoord, componentNdx, offsets, resultPix))
    [all...]

Completed in 362 milliseconds