Searched refs:util_le32_to_cpu (Results 1 – 3 of 3) sorted by relevance
173 *dst++ = util_le32_to_cpu(value); in util_format_r8g8_b8g8_unorm_pack_rgba_float()189 *dst = util_le32_to_cpu(value); in util_format_r8g8_b8g8_unorm_pack_rgba_float()222 *dst++ = util_le32_to_cpu(value); in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm()238 *dst = util_le32_to_cpu(value); in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm()395 *dst++ = util_le32_to_cpu(value); in util_format_g8r8_g8b8_unorm_pack_rgba_float()411 *dst = util_le32_to_cpu(value); in util_format_g8r8_g8b8_unorm_pack_rgba_float()444 *dst++ = util_le32_to_cpu(value); in util_format_g8r8_g8b8_unorm_pack_rgba_8unorm()460 *dst = util_le32_to_cpu(value); in util_format_g8r8_g8b8_unorm_pack_rgba_8unorm()702 *dst++ = util_le32_to_cpu(value); in util_format_uyvy_pack_rgba_float()717 *dst = util_le32_to_cpu(value); in util_format_uyvy_pack_rgba_float()[all …]
516 uint32_t value = util_le32_to_cpu(*dst); in util_format_z24_unorm_s8_uint_pack_s_8uint()
522 #define util_le32_to_cpu(x) util_bswap32(x) macro526 #define util_le32_to_cpu(x) (x) macro531 #define util_cpu_to_le32(x) util_le32_to_cpu(x)