Home
last modified time | relevance | path

Searched refs:rgb9e5_to_float3 (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_other.c45 rgb9e5_to_float3(value, dst); in util_format_r9g9b9e5_float_unpack_rgba_float()
78 rgb9e5_to_float3(value, dst); in util_format_r9g9b9e5_float_fetch_rgba()
94 rgb9e5_to_float3(value, p); in util_format_r9g9b9e5_float_unpack_rgba_8unorm()
/hardware/google/gfxstream/guest/mesa/src/util/
Dformat_rgb9e5.h106 static inline void rgb9e5_to_float3(uint32_t rgb, float retval[3]) in rgb9e5_to_float3() function