Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c43 unsigned *w_tile, unsigned *h_tile) in adjust_to_tile_bounds() argument
48 *h_tile = ((y + height + TILE_SIZE - 1) & ~(TILE_SIZE - 1)) - *y_tile; in adjust_to_tile_bounds()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c78 int h_tile; in r300_get_pixel_alignment() local
79 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()