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 46 return computeFloatingPointError(1.0f, numAccurateBits); in computeFixedPointError() 60 const float coordErr = computeFloatingPointError(coord, coordBits); in computeNonNormalizedCoordBounds() 81 const float ex = computeFloatingPointError(x, bits.x()); in getPossibleCubeFaces() 82 const float ey = computeFloatingPointError(y, bits.y()); in getPossibleCubeFaces() 83 const float ez = computeFloatingPointError(z, bits.z()); in getPossibleCubeFaces()
|
D | tcuTexVerifierUtil.hpp | 36 float computeFloatingPointError (const float value, const int numAccurateBits); 41 inline Vector<float, Size> computeFloatingPointError (const Vector<float, Size>& value, const Vecto… in computeFloatingPointError() function 45 res[ndx] = computeFloatingPointError(value[ndx], numAccurateBits[ndx]); in computeFloatingPointError()
|
D | tcuTexLookupVerifier.cpp | 1845 const float err = computeFloatingPointError(layerCoord, numCoordBits); in computeLayerRange() 2203 return computeFloatingPointError(value, bits); in computeFloatingPointThreshold() 2238 const float pMinErr = computeFloatingPointError(pMin, prec.derivateBits); in computeLodBoundsFromDerivates() 2239 const float pMaxErr = computeFloatingPointError(pMax, prec.derivateBits); in computeLodBoundsFromDerivates() 2299 const Vec3 dxErr = computeFloatingPointError(coordDx, IVec3(prec.derivateBits)); in computeCubeLodBoundsFromDerivates() 2300 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/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 213 float computeFloatingPointError (const float value, const int numAccurateBits) in computeFloatingPointError() function 348 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]), in getDerivateThreshold() 349 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]), in getDerivateThreshold() 350 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]), in getDerivateThreshold() 351 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3])); in getDerivateThreshold() 362 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]), in getDerivateThresholdWarning() 363 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]), in getDerivateThresholdWarning() 364 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]), in getDerivateThresholdWarning() 365 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3])); in getDerivateThresholdWarning()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 183 float computeFloatingPointError (const float value, const int numAccurateBits) in computeFloatingPointError() function 304 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]), in getDerivateThreshold() 305 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]), in getDerivateThreshold() 306 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]), in getDerivateThreshold() 307 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3])); in getDerivateThreshold()
|