Home
last modified time | relevance | path

Searched refs:util_le32_to_cpu (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_yuv.c173 *dst++ = util_le32_to_cpu(value); in util_format_r8g8_b8g8_unorm_pack_rgba_float()
189 *dst = util_le32_to_cpu(value); in util_format_r8g8_b8g8_unorm_pack_rgba_float()
222 *dst++ = util_le32_to_cpu(value); in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm()
238 *dst = util_le32_to_cpu(value); in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm()
395 *dst++ = util_le32_to_cpu(value); in util_format_g8r8_g8b8_unorm_pack_rgba_float()
411 *dst = util_le32_to_cpu(value); in util_format_g8r8_g8b8_unorm_pack_rgba_float()
444 *dst++ = util_le32_to_cpu(value); in util_format_g8r8_g8b8_unorm_pack_rgba_8unorm()
460 *dst = util_le32_to_cpu(value); in util_format_g8r8_g8b8_unorm_pack_rgba_8unorm()
702 *dst++ = util_le32_to_cpu(value); in util_format_uyvy_pack_rgba_float()
717 *dst = util_le32_to_cpu(value); in util_format_uyvy_pack_rgba_float()
[all …]
Du_format_zs.c516 uint32_t value = util_le32_to_cpu(*dst); in util_format_z24_unorm_s8_uint_pack_s_8uint()
/hardware/google/gfxstream/guest/mesa/src/util/
Du_math.h522 #define util_le32_to_cpu(x) util_bswap32(x) macro
526 #define util_le32_to_cpu(x) (x) macro
531 #define util_cpu_to_le32(x) util_le32_to_cpu(x)