Searched refs:x_tile (Results 1 – 1 of 1) sorted by relevance
42 unsigned *x_tile, unsigned *y_tile, in adjust_to_tile_bounds() argument45 *x_tile = x & ~(TILE_SIZE - 1); in adjust_to_tile_bounds()47 *w_tile = ((x + width + TILE_SIZE - 1) & ~(TILE_SIZE - 1)) - *x_tile; in adjust_to_tile_bounds()