Home
last modified time | relevance | path

Searched refs:x_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
45 *x_tile = x & ~(TILE_SIZE - 1); in adjust_to_tile_bounds()
47 *w_tile = ((x + width + TILE_SIZE - 1) & ~(TILE_SIZE - 1)) - *x_tile; in adjust_to_tile_bounds()