Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcMisc.cpp39 const unsigned int HALF_FLOAT_MAX_BIASED_EXP = (0x1F << 10); member
70 hf = (((GLhalf)sign) << 15) | (GLhalf)(HALF_FLOAT_MAX_BIASED_EXP) | (GLhalf)(mantissa >> 13); in floatToHalfFloat()
261 unsigned int exp = (unsigned int)(hf & HALF_FLOAT_MAX_BIASED_EXP); in halfFloatToFloat()
267 if (exp == HALF_FLOAT_MAX_BIASED_EXP) in halfFloatToFloat()
H A DglcInternalformatTests.cpp733 const unsigned int HALF_FLOAT_MAX_BIASED_EXP = (0x1F << 10); in floatToHalf() local
757 return (GLhalf)((((GLhalf)sign) << 15) | (GLhalf)(HALF_FLOAT_MAX_BIASED_EXP) | (GLhalf)(mantissa >> 13)); in floatToHalf()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cVertexAttribBindingTests.cpp244 const unsigned int HALF_FLOAT_MAX_BIASED_EXP = (0x1F << 10); in FloatToHalf() local
269 hf = (GLhalf)((((GLhalf)sign) << 15) | (GLhalf)(HALF_FLOAT_MAX_BIASED_EXP) | (GLhalf)(mantissa >> 13)); in FloatToHalf()

Completed in 8 milliseconds