Searched refs:util_le32_to_cpu (Results 1 – 9 of 9) 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()610 *dst++ = util_le32_to_cpu(value); in util_format_uyvy_pack_rgba_float()625 *dst = util_le32_to_cpu(value); in util_format_uyvy_pack_rgba_float()[all …]
243 *dst++ = util_le32_to_cpu(value); in util_format_z32_unorm_pack_z_float()412 uint32_t value = util_le32_to_cpu(*dst); in util_format_z24_unorm_s8_uint_pack_z_float()451 uint32_t value = util_le32_to_cpu(*dst); in util_format_z24_unorm_s8_uint_pack_z24()490 uint32_t value = util_le32_to_cpu(*dst); in util_format_z24_unorm_s8_uint_pack_z_32unorm()528 uint32_t value = util_le32_to_cpu(*dst); in util_format_z24_unorm_s8_uint_pack_s_8uint()586 uint32_t value = util_le32_to_cpu(*dst); in util_format_s8_uint_z24_unorm_pack_z_float()624 uint32_t value = util_le32_to_cpu(*dst); in util_format_s8_uint_z24_unorm_pack_z_32unorm()662 uint32_t value = util_le32_to_cpu(*dst); in util_format_s8_uint_z24_unorm_pack_s_8uint()702 *dst++ = util_le32_to_cpu(value); in util_format_z24x8_unorm_pack_z_float()
46 unsigned reg = util_le32_to_cpu(*(uint32_t *)(data + i)); in ac_parse_shader_binary_config()47 unsigned value = util_le32_to_cpu(*(uint32_t *)(data + i + 4)); in ac_parse_shader_binary_config()
272 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_B10G10R10A2_UNORM()284 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_B10G10R10A2_USCALED()296 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_B10G10R10A2_SNORM()308 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_B10G10R10A2_SSCALED()320 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_R10G10B10A2_UNORM()332 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_R10G10B10A2_USCALED()344 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_R10G10B10A2_SNORM()356 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_R10G10B10A2_SSCALED()
592 #define util_le32_to_cpu(x) util_bswap32(x) macro596 #define util_le32_to_cpu(x) (x) macro601 #define util_cpu_to_le32(x) util_le32_to_cpu(x)
766 #define util_le32_to_cpu(x) util_bswap32(x) macro770 #define util_le32_to_cpu(x) (x) macro775 #define util_cpu_to_le32(x) util_le32_to_cpu(x)
172 temp += util_le32_to_cpu(*map); in r300_get_query_result()
381 util_le32_to_cpu(*(uint32_t*)(config + i)); in r600_shader_binary_read_config()383 util_le32_to_cpu(*(uint32_t*)(config + i + 4)); in r600_shader_binary_read_config()1026 buffer_offset = util_le32_to_cpu(*(handles[i])); in evergreen_set_global_binding()
341 offset = util_le32_to_cpu(*handles[i]); in si_set_global_binding()