Searched refs:__gen_unpack_uint (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/broadcom/cle/ |
D | v3d_packet_helpers.h | 162 __gen_unpack_uint(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_uint() function 179 int64_t val = __gen_unpack_uint(cl, start, end); in __gen_unpack_sint() 197 int32_t bits = __gen_unpack_uint(cl, start, end); in __gen_unpack_ufixed() 216 uint32_t bits = __gen_unpack_uint(cl, start, end); in __gen_unpack_f187()
|
D | v3d_decoder.c | 762 if (subid && (__gen_unpack_uint(p, subid->start, subid->end) != in v3d_spec_find_instruction() 901 uint32_t value = __gen_unpack_uint(iter->p, s, e); in v3d_field_iterator_next() 912 __gen_unpack_uint(iter->p, s, e) ? in v3d_field_iterator_next() 927 __gen_unpack_uint(iter->p, s, e) << (31 - (e - s)); in v3d_field_iterator_next() 946 __gen_unpack_uint(iter->p, s, e) << (31 - (e - s))); in v3d_field_iterator_next() 962 (unsigned)__gen_unpack_uint(iter->p, s, e)); in v3d_field_iterator_next() 972 (unsigned)__gen_unpack_uint(iter->p, s, e)); in v3d_field_iterator_next() 978 uint32_t value = __gen_unpack_uint(iter->p, s, e); in v3d_field_iterator_next()
|
/third_party/mesa3d/src/broadcom/clif/ |
D | v3dx_dump.c | 36 #define __gen_unpack_address(cl, s, e) (__gen_unpack_uint(cl, s, e) << (31 - (e - s)))
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_cl.h | 72 { NULL, __gen_unpack_uint(cl, s, e) << (31 - (e - s)) }; in __unpack_address()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_cl.h | 62 { NULL, __gen_unpack_uint(cl, s, e) << (31 - (e - s)) }; in __unpack_address()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 908 - panfrost: gen_pack: Fix \__gen_unpack_uint()
|