Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Dhalf_float.h46 float _mesa_half_to_float_slow(uint16_t val);
85 return _mesa_half_to_float_slow(val); in _mesa_half_to_float()
Dhalf_float.c147 _mesa_half_to_float_slow(uint16_t val) in _mesa_half_to_float_slow() function
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dhalf_float_test.cpp92 test_half_to_float_limits(_mesa_half_to_float_slow); in TEST()