Home
last modified time | relevance | path

Searched refs:floatToHalf (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp321 static Half create (float value) { Half h; h.m_value = floatToHalf(value); return h; } in create()
322 static Half fromFloat (float value) { Half h; h.m_value = floatToHalf(value); return h; } in fromFloat()
331 …inline Half& operator+= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator +=()
332 …inline Half& operator*= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator *=()
333 …inline Half& operator/= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator /=()
334 …inline Half& operator-= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator -=()
346 inline static deFloat16 floatToHalf (float f);
493 inline deFloat16 GLValue::Half::floatToHalf (float f) in floatToHalf() function in deqp::gls::GLValue::Half
DglsDrawTest.cpp440 static Half create (float value) { Half h; h.m_value = floatToHalf(value); return h; } in create()
448 …inline Half& operator+= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator +=()
449 …inline Half& operator*= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator *=()
450 …inline Half& operator/= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator /=()
451 …inline Half& operator-= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator -=()
463 inline static deFloat16 floatToHalf (float f);
534 inline deFloat16 GLValue::Half::floatToHalf (float f) in floatToHalf() function in deqp::gls::__anon43398ad90111::GLValue::Half
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp181 static GLhalf floatToHalf(float f);
518 dstHalf[i] = floatToHalf(inColor[i]); in convertHFloat()
624 GLhalf InternalformatCaseBase::floatToHalf(float f) in floatToHalf() function in glcts::InternalformatCaseBase