Home
last modified time | relevance | path

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

/external/mesa3d/src/util/format/
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()
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 …]
Du_format_zs.c243 *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()
/external/mesa3d/src/amd/common/
Dac_binary.c46 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()
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_generic.c272 *(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()
/external/mesa3d/src/util/
Du_math.h592 #define util_le32_to_cpu(x) util_bswap32(x) macro
596 #define util_le32_to_cpu(x) (x) macro
601 #define util_cpu_to_le32(x) util_le32_to_cpu(x)
/external/virglrenderer/src/gallium/auxiliary/util/
Du_math.h766 #define util_le32_to_cpu(x) util_bswap32(x) macro
770 #define util_le32_to_cpu(x) (x) macro
775 #define util_cpu_to_le32(x) util_le32_to_cpu(x)
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c172 temp += util_le32_to_cpu(*map); in r300_get_query_result()
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c381 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()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c341 offset = util_le32_to_cpu(*handles[i]); in si_set_global_binding()