Searched refs:width_mask (Results 1 – 2 of 2) sorted by relevance
221 uint64_t width_mask = ~UINT64_C(0) >> (64 - width); in RotateRight() local224 value &= width_mask; in RotateRight()227 return value & width_mask; in RotateRight()
513 unsigned int *width_mask, unsigned int *height_mask) in etna_get_rs_alignment_mask() argument526 *width_mask = w_align - 1; in etna_get_rs_alignment_mask()