Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/format/
H A Du_format_other.c141 r11g11b10f_to_float3(value, dst); in util_format_r11g11b10_float_unpack_rgba_float()
174 r11g11b10f_to_float3(value, dst); in util_format_r11g11b10_float_fetch_rgba()
190 r11g11b10f_to_float3(value, p); in util_format_r11g11b10_float_unpack_rgba_8unorm()
/aosp_15_r20/external/mesa3d/src/util/
H A Dformat_r11g11b10f.h281 static inline void r11g11b10f_to_float3(uint32_t rgb, float retval[3]) in r11g11b10f_to_float3() function
/aosp_15_r20/external/mesa3d/src/intel/isl/
H A Disl_format.c1435 r11g11b10f_to_float3(data_in[0], value->f32); in isl_color_value_unpack()
/aosp_15_r20/external/mesa3d/src/mesa/vbo/
H A Dvbo_attrib_tmp.h178 r11g11b10f_to_float3((arg), res); \