Home
last modified time | relevance | path

Searched refs:_mesa_float_to_half (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dhalf_float.h58 _mesa_float_to_half(float val) in _mesa_float_to_half() function
107 return _mesa_float_to_half(val); in _mesa_float_to_float16_rtne()
123 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t()
124 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t()
/hardware/google/gfxstream/guest/mesa/src/util/format/
Dformat_utils.h60 return _mesa_float_to_half(_mesa_unorm_to_float(x, src_bits)); in _mesa_unorm_to_half()
66 return _mesa_float_to_half(_mesa_snorm_to_float(x, src_bits)); in _mesa_snorm_to_half()
198 return _mesa_unsigned_to_unsigned(_mesa_float_to_half(src), dst_bits); in _mesa_half_to_unsigned()
Dtexcompress_bptc_tmp.h1771 half = _mesa_float_to_half(value); in get_endpoint_value()
1788 half = _mesa_float_to_half(value); in get_endpoint_value()
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dhalf_float_test.cpp115 test_float_to_half_limits(_mesa_float_to_half); in TEST()