Home
last modified time | relevance | path

Searched refs:util_le16_to_cpu (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/util/
H A Du_math.h530 #define util_le16_to_cpu(x) util_bswap16(x) macro
534 #define util_le16_to_cpu(x) (x) macro
539 #define util_cpu_to_le16(x) util_le16_to_cpu(x)
/third_party/mesa3d/src/util/format/
H A 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()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c507 util_le16_to_cpu(*(unsigned short *)data)); in nv50_clear_texture()
734 util_le16_to_cpu(*(unsigned short *)data)); in nv50_clear_buffer()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c532 util_le16_to_cpu(*(unsigned short *)data)); in nvc0_clear_buffer()

Completed in 7 milliseconds