Home
last modified time | relevance | path

Searched refs:util_cpu_to_le16 (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_other.c250 uint16_t value = util_cpu_to_le16(*src++); in util_format_r8g8bx_snorm_unpack_rgba_float()
273 uint16_t value = util_cpu_to_le16(*src++); in util_format_r8g8bx_snorm_unpack_rgba_8unorm()
344 uint16_t value = util_cpu_to_le16(*(const uint16_t *)src); in util_format_r8g8bx_snorm_fetch_rgba()
/hardware/google/gfxstream/guest/mesa/src/util/
Du_math.h532 #define util_cpu_to_le16(x) util_le16_to_cpu(x) macro