Searched defs:numMantissaBits (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 641 const int numMantissaBits = getNumMantissaBits(type); in infNanRandomFloats() local 888 const int numMantissaBits = getNumMantissaBits(type); in compare() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderCommonFunctionTests.cpp | 188 const int numMantissaBits = getMinMantissaBits(precision); in makeFloatRepresentable() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderCommonFunctionTests.cpp | 641 const int numMantissaBits = getNumMantissaBits(type); in infNanRandomFloats() local 884 const int numMantissaBits = getNumMantissaBits(type); in compare() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 236 static float getSingleULPForExponent (int exp, int numMantissaBits) in getSingleULPForExponent() argument 252 static float getSingleULPForValue (float value, int numMantissaBits) in getSingleULPForValue() argument 304 static float addErrorUlp (float value, float numUlps, int numMantissaBits) in addErrorUlp() argument
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderDerivateTests.cpp | 248 static float getSingleULPForExponent (int exp, int numMantissaBits) in getSingleULPForExponent() argument 264 static float getSingleULPForValue (float value, int numMantissaBits) in getSingleULPForValue() argument 316 static float addErrorUlp (float value, float numUlps, int numMantissaBits) in addErrorUlp() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 218 static float getSingleULPForExponent (int exp, int numMantissaBits) in getSingleULPForExponent() argument 234 static float getSingleULPForValue (float value, int numMantissaBits) in getSingleULPForValue() argument 286 static float addErrorUlp (float value, float numUlps, int numMantissaBits) in addErrorUlp() argument
|
Completed in 19 milliseconds