Home
last modified time | relevance | path

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

/external/vixl/src/
Dutils-vixl.h232 uint64_t width_mask = ~UINT64_C(0) >> (64 - width); in RotateRight() local
235 value &= width_mask; in RotateRight()
238 return value & width_mask; in RotateRight()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_rs.c541 unsigned int *width_mask, unsigned int *height_mask) in etna_get_rs_alignment_mask() argument
554 *width_mask = w_align - 1; in etna_get_rs_alignment_mask()