Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/shared/
Dpan_tiling.c303 unsigned first_full_tile_y = DIV_ROUND_UP(y, TILE_HEIGHT) * TILE_HEIGHT; in panfrost_access_tiled_image() local
311 if (first_full_tile_y != y) { in panfrost_access_tiled_image()
312 unsigned dist = MIN2(first_full_tile_y - y, h); in panfrost_access_tiled_image()