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

  /external/deqp/framework/common/
tcuTexLookupVerifier.hpp 98 Vec4 computeFixedPointThreshold (const IVec4& bits);
tcuTexLookupVerifier.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 357 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
681 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_renderCtx.getRenderTarget().getPixelFormat())-2, IVec4(0)));
871 comparePrec.colorThreshold = tcu::computeFixedPointThreshold(cmpBits);
    [all...]
es2fTextureFilteringTests.cpp 306 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale;
592 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / sampleParams.colorScale;
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 401 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(pixelFormat) - (isTrilinear ? 2 : 1), tcu::IVec4(0)));
720 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(max(getBitsVec(m_renderCtx.getRenderTarget().getPixelFormat())-2, IVec4(0)));
909 comparePrec.colorThreshold = tcu::computeFixedPointThreshold(cmpBits);
    [all...]
es3fTextureFilteringTests.cpp 306 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale;
619 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / sampleParams.colorScale;
    [all...]
es3fTextureWrapTests.cpp 340 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale;
es3fTextureShadowTests.cpp 108 const tcu::Vec3 nonShadowThreshold = tcu::computeFixedPointThreshold(getBitsVec(pixelFormat)-1).swizzle(1,2,3);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 383 lookupPrecision.colorThreshold = tcu::computeFixedPointThreshold(colorBits) / refParams.colorScale;
es31fStencilTexturingTests.cpp 721 lookupPrec.colorThreshold = tcu::computeFixedPointThreshold(IVec4(8, 8, 8, 8));
    [all...]
es31fTextureGatherTests.cpp     [all...]

Completed in 277 milliseconds