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

  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 153 static int getMinMantissaBits (glu::Precision precision)
201 const int numMantissaBits = getMinMantissaBits(precision);
541 const int mantissaBits = getMinMantissaBits(precision);
635 const deUint32 maxUlpDiff = precision == glu::PRECISION_LOWP ? getMaxUlpDiffFromBits(getMinMantissaBits(precision)) : 0;
760 const int mantissaBits = getMinMantissaBits(precision);
831 const int mantissaBits = getMinMantissaBits(precision);
883 const int mantissaBits = getMinMantissaBits(precision);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 149 static int getMinMantissaBits (glu::Precision precision)
464 const int mantissaBits = getMinMantissaBits(precision);
558 const deUint32 maxUlpDiff = precision == glu::PRECISION_LOWP ? getMaxUlpDiffFromBits(getMinMantissaBits(precision)) : 0;
683 const int mantissaBits = getMinMantissaBits(precision);
754 const int mantissaBits = getMinMantissaBits(precision);
806 const int mantissaBits = getMinMantissaBits(precision);
887 const int mantissaBits = getMinMantissaBits(precision);
    [all...]

Completed in 194 milliseconds