Home
last modified time | relevance | path

Searched refs:last_full_tile_y (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/panfrost/shared/
H A Dpan_tiling.c308 unsigned last_full_tile_y = ((y + h) / TILE_HEIGHT) * TILE_HEIGHT; in panfrost_access_tiled_image() local
329 if (last_full_tile_y != (y + h)) { in panfrost_access_tiled_image()
330 unsigned dist = (y + h) - last_full_tile_y; in panfrost_access_tiled_image()
332 panfrost_access_tiled_image_generic(dst, OFFSET(src, x, last_full_tile_y), in panfrost_access_tiled_image()
333 x, last_full_tile_y, w, dist, in panfrost_access_tiled_image()

Completed in 2 milliseconds