Searched refs:width_mask (Results 1 – 2 of 2) sorted by relevance
232 uint64_t width_mask = ~UINT64_C(0) >> (64 - width); in RotateRight() local235 value &= width_mask; in RotateRight()238 return value & width_mask; in RotateRight()
541 unsigned int *width_mask, unsigned int *height_mask) in etna_get_rs_alignment_mask() argument554 *width_mask = w_align - 1; in etna_get_rs_alignment_mask()