HomeSort by relevance Sort by last modified time
    Searched full:computefloatingpointerror (Results 1 - 6 of 6) sorted by null

  /external/deqp/framework/common/
tcuTexVerifierUtil.cpp 32 float computeFloatingPointError (const float value, const int numAccurateBits)
43 return computeFloatingPointError(1.0f, numAccurateBits);
48 const float coordErr = computeFloatingPointError(coord, coordBits);
69 const float ex = computeFloatingPointError(x, bits.x());
70 const float ey = computeFloatingPointError(y, bits.y());
71 const float ez = computeFloatingPointError(z, bits.z());
tcuTexVerifierUtil.hpp 36 float computeFloatingPointError (const float value, const int numAccurateBits);
40 inline Vector<float, Size> computeFloatingPointError (const Vector<float, Size>& value, const Vector<deInt32, Size>& numAccurateBits)
44 res[ndx] = computeFloatingPointError(value[ndx], numAccurateBits[ndx]);
tcuTexLookupVerifier.cpp     [all...]
tcuTexCompareVerifier.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDerivateTests.cpp 182 float computeFloatingPointError (const float value, const int numAccurateBits)
303 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]),
304 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]),
305 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]),
306 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3]));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 213 float computeFloatingPointError (const float value, const int numAccurateBits)
334 return tcu::Vec4(computeFloatingPointError(expectedDerivate[0], numAccurateBits[0]),
335 computeFloatingPointError(expectedDerivate[1], numAccurateBits[1]),
336 computeFloatingPointError(expectedDerivate[2], numAccurateBits[2]),
337 computeFloatingPointError(expectedDerivate[3], numAccurateBits[3]));
    [all...]

Completed in 897 milliseconds