Searched refs:computeFloatingPointError (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexVerifierUtil.cpp | 32 float computeFloatingPointError (const float value, const int numAccurateBits) in computeFloatingPointError() function 43 return computeFloatingPointError(1.0f, numAccurateBits); in computeFixedPointError() 48 const float coordErr = computeFloatingPointError(coord, coordBits); in computeNonNormalizedCoordBounds() 69 const float ex = computeFloatingPointError(x, bits.x()); in getPossibleCubeFaces() 70 const float ey = computeFloatingPointError(y, bits.y()); in getPossibleCubeFaces() 71 const float ez = computeFloatingPointError(z, bits.z()); in getPossibleCubeFaces()
|
D | tcuTexVerifierUtil.hpp | 36 float computeFloatingPointError (const float value, const int numAccurateBits); 40 inline Vector<float, Size> computeFloatingPointError (const Vector<float, Size>& value, const Vecto… in computeFloatingPointError() function 44 res[ndx] = computeFloatingPointError(value[ndx], numAccurateBits[ndx]); in computeFloatingPointError()
|
D | tcuTexLookupVerifier.cpp | 1759 const float err = computeFloatingPointError(layerCoord, numCoordBits); in computeLayerRange() 2117 return computeFloatingPointError(value, bits); in computeFloatingPointThreshold() 2147 const float pMinErr = computeFloatingPointError(pMin, prec.derivateBits); in computeLodBoundsFromDerivates() 2148 const float pMaxErr = computeFloatingPointError(pMax, prec.derivateBits); in computeLodBoundsFromDerivates() 2208 const Vec3 dxErr = computeFloatingPointError(coordDx, IVec3(prec.derivateBits)); in computeCubeLodBoundsFromDerivates() 2209 const Vec3 dyErr = computeFloatingPointError(coordDy, IVec3(prec.derivateBits)); in computeCubeLodBoundsFromDerivates()
|
D | tcuTexCompareVerifier.cpp | 1162 …const float depthErr = computeFloatingPointError(coord.z(), prec.coordBits.z()) + computeFixedPoi… in isTexCompareResultValid() 1303 …const float depthErr = computeFloatingPointError(coord.z(), prec.coordBits.z()) + computeFixedPoi… in isGatherOffsetsCompareResultValid()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 182 float computeFloatingPointError (const float value, const int numAccurateBits) in computeFloatingPointError() function 303 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]), in getDerivateThreshold() 304 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]), in getDerivateThreshold() 305 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]), in getDerivateThreshold() 306 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3])); in getDerivateThreshold()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 213 float computeFloatingPointError (const float value, const int numAccurateBits) in computeFloatingPointError() function 334 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]), in getDerivateThreshold() 335 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]), in getDerivateThreshold() 336 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]), in getDerivateThreshold() 337 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3])); in getDerivateThreshold()
|