Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/cle/
Dv3d_packet_helpers.h170 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_sint() function
183 int32_t bits = __gen_unpack_sint(cl, start, end); in __gen_unpack_sfixed()
Dv3d_decoder.c792 uint32_t value = __gen_unpack_sint(iter->p, s, e); in v3d_field_iterator_next()