Searched refs:h_tile (Results 1 – 2 of 2) sorted by relevance
43 unsigned *w_tile, unsigned *h_tile) in adjust_to_tile_bounds() argument48 *h_tile = ((y + height + TILE_SIZE - 1) & ~(TILE_SIZE - 1)) - *y_tile; in adjust_to_tile_bounds()
78 int h_tile; in r300_get_pixel_alignment() local79 h_tile = table[macrotile][util_logbase2(pixsize)][microtile][DIM_HEIGHT]; in r300_get_pixel_alignment()80 align = 64 / (pixsize * h_tile); in r300_get_pixel_alignment()