Home
last modified time | relevance | path

Searched refs:util_le32_to_cpu (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_format_yuv.c173 *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 …]
Du_format_zs.c244 *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()
Du_math.h534 #define util_le32_to_cpu(x) util_bswap32(x) macro
538 #define util_le32_to_cpu(x) (x) macro
543 #define util_cpu_to_le32(x) util_le32_to_cpu(x)
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_generic.c269 *(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()
/external/mesa3d/src/amd/common/
Dac_binary.c236 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()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c170 temp += util_le32_to_cpu(*map); in r300_get_query_result()
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c194 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()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c213 offset = util_le32_to_cpu(*handles[i]); in si_set_global_binding()
Dsi_shader.c6047 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()