Home
last modified time | relevance | path

Searched refs:computeFloatingPointError (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuTexVerifierUtil.cpp32 float computeFloatingPointError(const float value, const int numAccurateBits) in computeFloatingPointError() function
46 return computeFloatingPointError(1.0f, numAccurateBits); in computeFixedPointError()
61 const float coordErr = computeFloatingPointError(coord, coordBits); in computeNonNormalizedCoordBounds()
82 const float ex = computeFloatingPointError(x, bits.x()); in getPossibleCubeFaces()
83 const float ey = computeFloatingPointError(y, bits.y()); in getPossibleCubeFaces()
84 const float ez = computeFloatingPointError(z, bits.z()); in getPossibleCubeFaces()
H A DtcuTexVerifierUtil.hpp36 float computeFloatingPointError(const float value, const int numAccurateBits);
41 inline Vector<float, Size> computeFloatingPointError(const Vector<float, Size> &value, in computeFloatingPointError() function
46 res[ndx] = computeFloatingPointError(value[ndx], numAccurateBits[ndx]); in computeFloatingPointError()
H A DtcuTexCompareVerifier.cpp1046computeFloatingPointError(depth, prec.coordBits.z()) + computeFixedPointError(prec.uvwBits.z()); in isCubeLevelCompareResultValid()
1092computeFloatingPointError(depth, prec.coordBits.z()) + computeFixedPointError(prec.uvwBits.z()); in isCubeMipmapLinearCompareResultValid()
1406computeFloatingPointError(coord.z(), prec.coordBits.z()) + computeFixedPointError(prec.uvwBits.z()… in isTexCompareResultValid()
1557 const float depthErr = computeFloatingPointError(coord.y(), prec.coordBits.y()) + in isTexCompareResultValid()
1782computeFloatingPointError(coord.z(), prec.coordBits.z()) + computeFixedPointError(prec.uvwBits.z()… in isGatherOffsetsCompareResultValid()
H A DtcuTexLookupVerifier.cpp1834 const float err = computeFloatingPointError(layerCoord, numCoordBits); in computeLayerRange()
2206 return computeFloatingPointError(value, bits); in computeFloatingPointThreshold()
2242 const float pMinErr = computeFloatingPointError(pMin, prec.derivateBits); in computeLodBoundsFromDerivates()
2243 const float pMaxErr = computeFloatingPointError(pMax, prec.derivateBits); in computeLodBoundsFromDerivates()
2317 const Vec3 dxErr = computeFloatingPointError(coordDx, IVec3(prec.derivateBits)); in computeCubeLodBoundsFromDerivates()
2318 const Vec3 dyErr = computeFloatingPointError(coordDy, IVec3(prec.derivateBits)); in computeCubeLodBoundsFromDerivates()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp224 float computeFloatingPointError(const float value, const int numAccurateBits) in computeFloatingPointError() function
374 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]), in getDerivateThreshold()
375 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]), in getDerivateThreshold()
376 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]), in getDerivateThreshold()
377 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3])); in getDerivateThreshold()
390 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]), in getDerivateThresholdWarning()
391 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]), in getDerivateThresholdWarning()
392 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]), in getDerivateThresholdWarning()
393 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3])); in getDerivateThresholdWarning()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp229 float computeFloatingPointError(const float value, const int numAccurateBits) in computeFloatingPointError() function
362 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]), in getDerivateThreshold()
363 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]), in getDerivateThreshold()
364 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]), in getDerivateThreshold()
365 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3])); in getDerivateThreshold()