Searched refs:util_cpu_to_le16 (Results 1 – 2 of 2) sorted by relevance
250 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()
532 #define util_cpu_to_le16(x) util_le16_to_cpu(x) macro