Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c43 unsigned *w_tile, unsigned *h_tile) in adjust_to_tile_bounds() argument
47 *w_tile = ((x + width + TILE_SIZE - 1) & ~(TILE_SIZE - 1)) - *x_tile; in adjust_to_tile_bounds()