Searched refs:float3_to_rgb9e5 (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dformat_rgb9e5.h60 static inline uint32_t float3_to_rgb9e5(const float rgb[3]) function in typeref:typename:uint32_t
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dformat_rgb9e5.h60 static inline uint32_t float3_to_rgb9e5(const float rgb[3]) function in typeref:typename:uint32_t
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_other.c62 uint32_t value = util_cpu_to_le32(float3_to_rgb9e5(src));
120 value = util_cpu_to_le32(float3_to_rgb9e5(p));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_other.c66 uint32_t value = util_cpu_to_le32(float3_to_rgb9e5(src));
127 value = util_cpu_to_le32(float3_to_rgb9e5(p));
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_clear.c407 clear_color.u32[0] = float3_to_rgb9e5(clear_color.f32);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_formats.c1095 clear_vals[0] = float3_to_rgb9e5(value->float32);
H A Dradv_meta_clear.c2350 internal_clear_value.color.uint32[0] = float3_to_rgb9e5(clear_value->color.float32);
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_clear.c513 clear_color.u32[0] = float3_to_rgb9e5(clear_color.f32);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmipmap.c720 dst[i] = float3_to_rgb9e5(res);
1388 dst[i] = float3_to_rgb9e5(res);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmipmap.c720 dst[i] = float3_to_rgb9e5(res);
1388 dst[i] = float3_to_rgb9e5(res);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_clear.c1932 value = float3_to_rgb9e5(clear_value->color.float32);
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_format.c915 data_out[0] = float3_to_rgb9e5(value->f32);
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_format.c1218 data_out[0] = float3_to_rgb9e5(value->f32);
/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Dformat_pack.c3661 *d = float3_to_rgb9e5(rgb);
7280 *d = float3_to_rgb9e5(src);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_clear_blit.c108 clear_value[0] = float3_to_rgb9e5(val->color.float32);

Completed in 44 milliseconds