Searched refs:float3_to_rgb9e5 (Results 1 – 6 of 6) sorted by relevance
101 static INLINE unsigned float3_to_rgb9e5(const float rgb[3]) in float3_to_rgb9e5() function
69 uint32_t value = float3_to_rgb9e5(src); in util_format_r9g9b9e5_float_pack_rgba_float()139 value = float3_to_rgb9e5(p); in util_format_r9g9b9e5_float_pack_rgba_8unorm()
1633 *d = float3_to_rgb9e5(src); in pack_float_RGB9_E5_FLOAT()1644 *d = float3_to_rgb9e5(rgb); in pack_ubyte_RGB9_E5_FLOAT()
694 dst[i] = float3_to_rgb9e5(res); in do_row()1362 dst[i] = float3_to_rgb9e5(res); in do_row_3D()
3760 dstUI[col] = float3_to_rgb9e5(&srcRow[col * 3]); in _mesa_texstore_rgb9_e5()
2719 dst[i] = float3_to_rgb9e5(rgba[i]); in _mesa_pack_rgba_span_float()