Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_math.h523 #define util_le16_to_cpu(x) util_bswap16(x) macro
527 #define util_le16_to_cpu(x) (x) macro
532 #define util_cpu_to_le16(x) util_le16_to_cpu(x)
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_other.c303 *dst++ = util_le16_to_cpu(value); in util_format_r8g8bx_snorm_pack_rgba_float()
329 *dst++ = util_le16_to_cpu(value); in util_format_r8g8bx_snorm_pack_rgba_8unorm()