Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/format/
Dformat_utils.h83 return _mesa_float_to_unorm(_mesa_half_to_float(x), dst_bits); in _mesa_half_to_unorm()
129 return _mesa_float_to_snorm(_mesa_half_to_float(x), dst_bits); in _mesa_half_to_snorm()
204 return _mesa_float_to_signed(_mesa_half_to_float(src), dst_bits); in _mesa_half_to_signed()
Dtexcompress_bptc_tmp.h1025 result[component] = _mesa_half_to_float(value); in fetch_rgb_float_from_block()
1123 result[component] = _mesa_half_to_float(value); in decompress_rgb_float_block()
/hardware/google/gfxstream/guest/mesa/src/util/
Dhalf_float.h74 _mesa_half_to_float(uint16_t val) in _mesa_half_to_float() function
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dhalf_float_test.cpp87 test_half_to_float_limits(_mesa_half_to_float); in TEST()