Searched refs:getMinMantissaBits (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp153 static int getMinMantissaBits (glu::Precision precision) function in namespace:deqp::gles31::Functional
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);
967 const int mantissaBits = getMinMantissaBits(precision);
1067 const int mantissaBits = getMinMantissaBits(precision);
1218 const int mantissaBits = getMinMantissaBits(precisio
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp149 static int getMinMantissaBits (glu::Precision precision) function in namespace:deqp::gles3::Functional
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);
984 const int mantissaBits = getMinMantissaBits(precision);
1135 const int mantissaBits = getMinMantissaBits(precision);
1243 const int mantissaBits = getMinMantissaBits(precisio
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp157 static int getMinMantissaBits (glu::Precision precision) function in namespace:vkt::shaderexecutor::__anon4484
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);
1010 const int mantissaBits = getMinMantissaBits(precision);
1107 const int mantissaBits = getMinMantissaBits(precision);
1222 const int mantissaBits = getMinMantissaBits(precision);
1424 const int mantissaBits = getMinMantissaBits(precisio
[all...]

Completed in 137 milliseconds