Searched refs:_mesa_float_to_half (Results 1 – 4 of 4) sorted by relevance
58 _mesa_float_to_half(float val) in _mesa_float_to_half() function107 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()
60 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()
1771 half = _mesa_float_to_half(value); in get_endpoint_value()1788 half = _mesa_float_to_half(value); in get_endpoint_value()
115 test_float_to_half_limits(_mesa_float_to_half); in TEST()