Home
last modified time | relevance | path

Searched refs:util_sign_extend (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/isaspec/
H A 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/
H A Dfast_idiv_by_const.c233 result.multiplier = util_sign_extend(quotient2 + 1, SINT_BITS); in util_compute_fast_sdiv_info()
H A Du_math.h604 util_sign_extend(uint64_t val, unsigned width) in util_sign_extend() function
/third_party/mesa3d/src/panfrost/midgard/
H A Dhelpers.h412 #define UNPACK_LDST_VERTEX_OFS(a) util_sign_extend((a) & 0x1FF, 9)
/third_party/mesa3d/src/mesa/main/
H A 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/
H A 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()

Completed in 8 milliseconds