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

  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 153 static int getMinMantissaBits (glu::Precision precision)
201 const int numMantissaBits = getMinMantissaBits(precision);
542 const int mantissaBits = getMinMantissaBits(precision);
636 const deUint32 maxUlpDiff = precision == glu::PRECISION_LOWP ? getMaxUlpDiffFromBits(getMinMantissaBits(precision)) : 0;
761 const int mantissaBits = getMinMantissaBits(precision);
832 const int mantissaBits = getMinMantissaBits(precision);
884 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...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp 157 static int getMinMantissaBits (glu::Precision precision)
205 const int numMantissaBits = getMinMantissaBits(precision);
617 const int mantissaBits = getMinMantissaBits(precision);
725 const deUint32 maxUlpDiff = precision == glu::PRECISION_LOWP ? getMaxUlpDiffFromBits(getMinMantissaBits(precision)) : 0;
864 const int mantissaBits = getMinMantissaBits(precision);
948 const int mantissaBits = getMinMantissaBits(precision);
    [all...]

Completed in 57 milliseconds