Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/format/
H A 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()
/aosp_15_r20/external/mesa3d/src/util/
H A Dformat_rgb9e5.h107 static inline void rgb9e5_to_float3(uint32_t rgb, float retval[3]) in rgb9e5_to_float3() function
/aosp_15_r20/external/mesa3d/src/intel/isl/
H A Disl_format.c1432 rgb9e5_to_float3(data_in[0], value->f32); in isl_color_value_unpack()