Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/cle/
Dv3d_packet_helpers.h162 __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()
Dv3d_decoder.c762 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/
Dv3dx_dump.c36 #define __gen_unpack_address(cl, s, e) (__gen_unpack_uint(cl, s, e) << (31 - (e - s)))
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_cl.h72 { NULL, __gen_unpack_uint(cl, s, e) << (31 - (e - s)) }; in __unpack_address()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_cl.h62 { NULL, __gen_unpack_uint(cl, s, e) << (31 - (e - s)) }; in __unpack_address()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst908 - panfrost: gen_pack: Fix \__gen_unpack_uint()