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

  /external/deqp/framework/common/
tcuTexCompareVerifier.hpp 43 int resultBits; //!< Number of accurate bits in result value. Assumed to be fixed-point.
50 , resultBits (16)
tcuTexCompareVerifier.cpp 119 static inline bool isResultInSet (const CmpResultSet resultSet, const float result, const int resultBits)
121 const float err = computeFixedPointError(resultBits);
196 const float resErr = computeFixedPointError(prec.resultBits);
256 const float resErr = computeFixedPointError(prec.resultBits);
304 const float resErr = computeFixedPointError(prec.resultBits);
389 const float resErr = computeFixedPointError(prec.resultBits);
446 const float resErr = computeFixedPointError(prec.resultBits);
544 if (isResultInSet(resSet, result, prec.resultBits))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureShadowTests.cpp 372 texComparePrecision.resultBits = pixelFormat.redBits-1;
662 texComparePrecision.resultBits = pixelFormat.redBits-1;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp     [all...]

Completed in 201 milliseconds