Searched refs:last_full_tile_x (Results 1 – 1 of 1) sorted by relevance
304 unsigned last_full_tile_x = ((x + w) / TILE_WIDTH) * TILE_WIDTH; in panfrost_access_tiled_image() local352 if (last_full_tile_x != (x + w)) { in panfrost_access_tiled_image()353 unsigned dist = (x + w) - last_full_tile_x; in panfrost_access_tiled_image()355 panfrost_access_tiled_image_generic(dst, OFFSET(src, last_full_tile_x, y), in panfrost_access_tiled_image()356 last_full_tile_x, y, dist, h, in panfrost_access_tiled_image()