pub type CLAMP_R = BitReader;
Expand description

Field CLAMP reader - Only present on INTERP1 on each core. If CLAMP mode is enabled:

  • LANE0 result is shifted and masked ACCUM0, clamped by a lower bound of
    BASE0 and an upper bound of BASE1.
  • Signedness of these comparisons is determined by LANE0_CTRL_SIGNED

Aliased Type§

struct CLAMP_R { /* private fields */ }