Searched refs:first_full_tile_x (Results 1 – 1 of 1) sorted by relevance
302 unsigned first_full_tile_x = DIV_ROUND_UP(x, TILE_WIDTH) * TILE_WIDTH; in panfrost_access_tiled_image() local337 if (first_full_tile_x != x) { in panfrost_access_tiled_image()338 unsigned dist = MIN2(first_full_tile_x - x, w); in panfrost_access_tiled_image()