Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c42 unsigned *x_tile, unsigned *y_tile, in adjust_to_tile_bounds() argument
46 *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()