Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/format/
Dformat_utils.h38 #define EXTEND_NORMALIZED_INT(X, SRC_BITS, DST_BITS) \ argument
39 (((X) * (int)(u_uintN_max(DST_BITS) / u_uintN_max(SRC_BITS))) + \
40 (((DST_BITS) % (SRC_BITS)) ? ((X) >> ((SRC_BITS) - (DST_BITS) % (SRC_BITS))) : 0))