Home
last modified time | relevance | path

Searched refs:floatToHalf (Results 1 – 2 of 2) 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.cpp439 static Half create (float value) { Half h; h.m_value = floatToHalf(value); return h; } in create()
447 …inline Half& operator+= (const Half& other) { m_value = floatToHalf(halfToFloat(other.getValue… in operator +=()
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 -=()
462 inline static deFloat16 floatToHalf (float f);
533 inline deFloat16 GLValue::Half::floatToHalf (float f) in floatToHalf() function in deqp::gls::__anon6c59820f0111::GLValue::Half