Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Du_math.h593 #define util_le16_to_cpu(x) util_bswap16(x) macro
597 #define util_le16_to_cpu(x) (x) macro
602 #define util_cpu_to_le16(x) util_le16_to_cpu(x)
/external/virglrenderer/src/gallium/auxiliary/util/
Du_math.h767 #define util_le16_to_cpu(x) util_bswap16(x) macro
771 #define util_le16_to_cpu(x) (x) macro
776 #define util_cpu_to_le16(x) util_le16_to_cpu(x)
/external/mesa3d/src/util/format/
Du_format_other.c330 *dst++ = util_le16_to_cpu(value); in util_format_r8g8bx_snorm_pack_rgba_float()
356 *dst++ = util_le16_to_cpu(value); in util_format_r8g8bx_snorm_pack_rgba_8unorm()
Du_format_zs.c169 *dst++ = util_le16_to_cpu(value); in util_format_z16_unorm_pack_z_float()
206 *dst++ = util_le16_to_cpu(value); in util_format_z16_unorm_pack_z_32unorm()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_surface.c507 util_le16_to_cpu(*(unsigned short *)data)); in nv50_clear_texture()
714 util_le16_to_cpu(*(unsigned short *)data)); in nv50_clear_buffer()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_surface.c532 util_le16_to_cpu(*(unsigned short *)data)); in nvc0_clear_buffer()