Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/isaspec/
Ddecode.c611 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/
Dfast_idiv_by_const.c233 result.multiplier = util_sign_extend(quotient2 + 1, SINT_BITS); in util_compute_fast_sdiv_info()
Du_math.h604 util_sign_extend(uint64_t val, unsigned width) in util_sign_extend() function
/third_party/mesa3d/src/panfrost/midgard/
Dhelpers.h412 #define UNPACK_LDST_VERTEX_OFS(a) util_sign_extend((a) & 0x1FF, 9)
/third_party/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h905 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/
Disl_format.c1329 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/
D22.2.0.rst2925 - 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
D21.2.0.rst2820 - util: add util_sign_extend