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

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_yuv.c173 *dst++ = util_le32_to_cpu(value);
189 *dst = util_le32_to_cpu(value);
222 *dst++ = util_le32_to_cpu(value);
238 *dst = util_le32_to_cpu(value);
393 *dst++ = util_le32_to_cpu(value);
409 *dst = util_le32_to_cpu(value);
442 *dst++ = util_le32_to_cpu(value);
458 *dst = util_le32_to_cpu(value);
606 *dst++ = util_le32_to_cpu(value);
621 *dst = util_le32_to_cpu(valu
[all...]
H A Du_format_zs.c244 *dst++ = util_le32_to_cpu(value);
365 uint32_t value = util_le32_to_cpu(*dst);
403 uint32_t value = util_le32_to_cpu(*dst);
441 uint32_t value = util_le32_to_cpu(*dst);
479 uint32_t value = util_le32_to_cpu(*dst);
517 uint32_t value = util_le32_to_cpu(*dst);
555 uint32_t value = util_le32_to_cpu(*dst);
595 *dst++ = util_le32_to_cpu(value);
H A 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/amd/common/
H A Dac_binary.c236 unsigned reg = util_le32_to_cpu(*(uint32_t*)(config + i));
237 unsigned value = util_le32_to_cpu(*(uint32_t*)(config + i + 4));
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c269 *(uint32_t *)attrib = util_le32_to_cpu(value);
281 *(uint32_t *)attrib = util_le32_to_cpu(value);
293 *(uint32_t *)attrib = util_le32_to_cpu(value);
305 *(uint32_t *)attrib = util_le32_to_cpu(value);
317 *(uint32_t *)attrib = util_le32_to_cpu(value);
329 *(uint32_t *)attrib = util_le32_to_cpu(value);
341 *(uint32_t *)attrib = util_le32_to_cpu(value);
353 *(uint32_t *)attrib = util_le32_to_cpu(value);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_query.c170 temp += util_le32_to_cpu(*map);
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c194 util_le32_to_cpu(*(uint32_t*)(config + i));
196 util_le32_to_cpu(*(uint32_t*)(config + i + 4));
683 buffer_offset = util_le32_to_cpu(*(handles[i]));
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.c213 offset = util_le32_to_cpu(*handles[i]);
H A Dsi_shader.c6047 unsigned reg = util_le32_to_cpu(*(uint32_t*)(config + i));
6048 unsigned value = util_le32_to_cpu(*(uint32_t*)(config + i + 4));

Completed in 1503 milliseconds