Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_shader.c725 shader->num_sgprs = util_le32_to_cpu(*(uint32_t*)inst_bytes); in si_pipe_shader_create()
726 shader->num_vgprs = util_le32_to_cpu(*(uint32_t*)(inst_bytes + 4)); in si_pipe_shader_create()
727 shader->spi_ps_input_ena = util_le32_to_cpu(*(uint32_t*)(inst_bytes + 8)); in si_pipe_shader_create()
/external/mesa3d/src/gallium/auxiliary/util/
Du_math.h649 #define util_le32_to_cpu(x) util_bswap32(x) macro
652 #define util_le32_to_cpu(x) (x) macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c165 temp += util_le32_to_cpu(*map); in r300_get_query_result()