Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp252 static float getSingleULPForValue (float value, int numMantissaBits) in getSingleULPForValue() function
306 return value + numUlps * getSingleULPForValue(value, numMantissaBits); in addErrorUlp()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp264 static float getSingleULPForValue (float value, int numMantissaBits) in getSingleULPForValue() function
318 return value + numUlps * getSingleULPForValue(value, numMantissaBits); in addErrorUlp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp234 static float getSingleULPForValue (float value, int numMantissaBits) in getSingleULPForValue() function
288 return value + numUlps * getSingleULPForValue(value, numMantissaBits); in addErrorUlp()

Completed in 13 milliseconds