Searched refs:rgb9e5_to_float3 (Results 1 – 2 of 2) sorted by relevance
45 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()
106 static inline void rgb9e5_to_float3(uint32_t rgb, float retval[3]) in rgb9e5_to_float3() function