Home
last modified time | relevance | path

Searched refs:float3_to_rgb9e5 (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/util/format/
Du_format_other.c62 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()
/third_party/mesa3d/src/util/
Dformat_rgb9e5.h59 static inline uint32_t float3_to_rgb9e5(const float rgb[3]) in float3_to_rgb9e5() function
/third_party/mesa3d/src/intel/blorp/
Dblorp_clear.c538 clear_color.u32[0] = float3_to_rgb9e5(clear_color.f32); in blorp_clear()
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c1106 clear_vals[0] = float3_to_rgb9e5(value->float32); in radv_format_pack_clear_color()
Dradv_meta_clear.c2235 internal_clear_value.color.uint32[0] = float3_to_rgb9e5(clear_value->color.float32); in radv_cmd_clear_image()
/third_party/mesa3d/src/mesa/main/
Dmipmap.c721 dst[i] = float3_to_rgb9e5(res); in do_row()
1389 dst[i] = float3_to_rgb9e5(res); in do_row_3D()
/third_party/openGLES/extensions/EXT/
DEXT_texture_shared_exponent.txt485 rgb9e5 float3_to_rgb9e5(const float rgb[3])
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_shared_exponent.txt485 rgb9e5 float3_to_rgb9e5(const float rgb[3])
/third_party/mesa3d/src/intel/isl/
Disl_format.c1276 data_out[0] = float3_to_rgb9e5(value->f32); in isl_color_value_pack()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c111 clear_value[0] = float3_to_rgb9e5(val->color.float32); in r2d_clear_value()