Searched refs:util_sign_extend (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/compiler/isaspec/ |
D | decode.c | 611 int offset = util_sign_extend(val, width) + scope->state->n; in display_field() 620 print(scope->state, "%"PRId64, util_sign_extend(val, width)); in display_field() 631 print(scope->state, "%+"PRId64, util_sign_extend(val, width)); in display_field()
|
/third_party/mesa3d/src/util/ |
D | fast_idiv_by_const.c | 233 result.multiplier = util_sign_extend(quotient2 + 1, SINT_BITS); in util_compute_fast_sdiv_info()
|
D | u_math.h | 604 util_sign_extend(uint64_t val, unsigned width) in util_sign_extend() function
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | helpers.h | 412 #define UNPACK_LDST_VERTEX_OFS(a) util_sign_extend((a) & 0x1FF, 9)
|
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_bptc_tmp.h | 905 value = util_sign_extend(endpoints[endpoint][component], in extract_float_endpoints() 917 value = util_sign_extend(endpoints[endpoint][component], in extract_float_endpoints()
|
/third_party/mesa3d/src/intel/isl/ |
D | isl_format.c | 1329 unpacked.f32 = _mesa_snorm_to_float(util_sign_extend(packed, layout->bits), in unpack_channel() 1344 unpacked.u32 = util_sign_extend(packed, layout->bits); in unpack_channel()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.2.0.rst | 2925 - util: Re-indent util_sign_extend, comment, and add asserts 2926 - util: Use shifts in util_sign_extend 2927 - util: Use util_sign_extend in fast_idiv_by_const 2928 - mesa/bptc: Use util_sign_extend 2930 - isl: Use util_sign_extend 2932 - panfrost,asahi: Use util_sign_extend for unpacking
|
D | 21.2.0.rst | 2820 - util: add util_sign_extend
|