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()393 *dst++ = util_le32_to_cpu(value); in util_format_g8r8_g8b8_unorm_pack_rgba_float()409 *dst = util_le32_to_cpu(value); in util_format_g8r8_g8b8_unorm_pack_rgba_float()442 *dst++ = util_le32_to_cpu(value); in util_format_g8r8_g8b8_unorm_pack_rgba_8unorm()458 *dst = util_le32_to_cpu(value); in util_format_g8r8_g8b8_unorm_pack_rgba_8unorm()606 *dst++ = util_le32_to_cpu(value); in util_format_uyvy_pack_rgba_float()621 *dst = util_le32_to_cpu(value); in util_format_uyvy_pack_rgba_float()[all …]
244 *dst++ = util_le32_to_cpu(value); in util_format_z32_unorm_pack_z_float()365 uint32_t value = util_le32_to_cpu(*dst); in util_format_z24_unorm_s8_uint_pack_z_float()403 uint32_t value = util_le32_to_cpu(*dst); in util_format_z24_unorm_s8_uint_pack_z_32unorm()441 uint32_t value = util_le32_to_cpu(*dst); in util_format_z24_unorm_s8_uint_pack_s_8uint()479 uint32_t value = util_le32_to_cpu(*dst); in util_format_s8_uint_z24_unorm_pack_z_float()517 uint32_t value = util_le32_to_cpu(*dst); in util_format_s8_uint_z24_unorm_pack_z_32unorm()555 uint32_t value = util_le32_to_cpu(*dst); in util_format_s8_uint_z24_unorm_pack_s_8uint()595 *dst++ = util_le32_to_cpu(value); in util_format_z24x8_unorm_pack_z_float()
534 #define util_le32_to_cpu(x) util_bswap32(x) macro538 #define util_le32_to_cpu(x) (x) macro543 #define util_cpu_to_le32(x) util_le32_to_cpu(x)
269 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_B10G10R10A2_UNORM()281 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_B10G10R10A2_USCALED()293 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_B10G10R10A2_SNORM()305 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_B10G10R10A2_SSCALED()317 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_R10G10B10A2_UNORM()329 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_R10G10B10A2_USCALED()341 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_R10G10B10A2_SNORM()353 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_R10G10B10A2_SSCALED()
236 unsigned reg = util_le32_to_cpu(*(uint32_t*)(config + i)); in ac_shader_binary_read_config()237 unsigned value = util_le32_to_cpu(*(uint32_t*)(config + i + 4)); in ac_shader_binary_read_config()
170 temp += util_le32_to_cpu(*map); in r300_get_query_result()
194 util_le32_to_cpu(*(uint32_t*)(config + i)); in r600_shader_binary_read_config()196 util_le32_to_cpu(*(uint32_t*)(config + i + 4)); in r600_shader_binary_read_config()683 buffer_offset = util_le32_to_cpu(*(handles[i])); in evergreen_set_global_binding()
213 offset = util_le32_to_cpu(*handles[i]); in si_set_global_binding()
6047 unsigned reg = util_le32_to_cpu(*(uint32_t*)(config + i)); in si_shader_binary_read_config()6048 unsigned value = util_le32_to_cpu(*(uint32_t*)(config + i + 4)); in si_shader_binary_read_config()