Searched refs:util_le32_to_cpu (Results 1 – 10 of 10) 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)
273 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_B10G10R10A2_UNORM()285 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_B10G10R10A2_USCALED()297 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_B10G10R10A2_SNORM()309 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_B10G10R10A2_SSCALED()321 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_R10G10B10A2_UNORM()333 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_R10G10B10A2_USCALED()345 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_R10G10B10A2_SNORM()357 *(uint32_t *)attrib = util_le32_to_cpu(value); in emit_R10G10B10A2_SSCALED()
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)
244 unsigned reg = util_le32_to_cpu(*(uint32_t*)(config + i)); in ac_shader_binary_read_config()245 unsigned value = util_le32_to_cpu(*(uint32_t*)(config + i + 4)); in ac_shader_binary_read_config()
171 temp += util_le32_to_cpu(*map); in r300_get_query_result()
361 util_le32_to_cpu(*(uint32_t*)(config + i)); in r600_shader_binary_read_config()363 util_le32_to_cpu(*(uint32_t*)(config + i + 4)); in r600_shader_binary_read_config()966 buffer_offset = util_le32_to_cpu(*(handles[i])); in evergreen_set_global_binding()
270 offset = util_le32_to_cpu(*handles[i]); in si_set_global_binding()
5165 unsigned reg = util_le32_to_cpu(*(uint32_t*)(config + i)); in si_shader_binary_read_config()5166 unsigned value = util_le32_to_cpu(*(uint32_t*)(config + i + 4)); in si_shader_binary_read_config()