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