Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c261 static uint32_t i32_from_byte_stream(unsigned char * bytes, in i32_from_byte_stream() function
478 uint32_t word0 = i32_from_byte_stream(bytes, &bytes_read); in r600_vtx_from_byte_stream()
479 uint32_t word1 = i32_from_byte_stream(bytes, &bytes_read); in r600_vtx_from_byte_stream()
480 uint32_t word2 = i32_from_byte_stream(bytes, &bytes_read); in r600_vtx_from_byte_stream()