Searched refs:y_tile (Results 1 – 1 of 1) sorted by relevance
42 unsigned *x_tile, unsigned *y_tile, in adjust_to_tile_bounds() argument46 *y_tile = y & ~(TILE_SIZE - 1); in adjust_to_tile_bounds()48 *h_tile = ((y + height + TILE_SIZE - 1) & ~(TILE_SIZE - 1)) - *y_tile; in adjust_to_tile_bounds()