Searched refs:float3_to_rgb9e5 (Results 1 – 10 of 10) sorted by relevance
62 uint32_t value = util_cpu_to_le32(float3_to_rgb9e5(src)); in util_format_r9g9b9e5_float_pack_rgba_float()120 value = util_cpu_to_le32(float3_to_rgb9e5(p)); in util_format_r9g9b9e5_float_pack_rgba_8unorm()
59 static inline uint32_t float3_to_rgb9e5(const float rgb[3]) in float3_to_rgb9e5() function
538 clear_color.u32[0] = float3_to_rgb9e5(clear_color.f32); in blorp_clear()
1106 clear_vals[0] = float3_to_rgb9e5(value->float32); in radv_format_pack_clear_color()
2235 internal_clear_value.color.uint32[0] = float3_to_rgb9e5(clear_value->color.float32); in radv_cmd_clear_image()
721 dst[i] = float3_to_rgb9e5(res); in do_row()1389 dst[i] = float3_to_rgb9e5(res); in do_row_3D()
485 rgb9e5 float3_to_rgb9e5(const float rgb[3])
1276 data_out[0] = float3_to_rgb9e5(value->f32); in isl_color_value_pack()
111 clear_value[0] = float3_to_rgb9e5(val->color.float32); in r2d_clear_value()