Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/shared/
H A Dpan_tiling.c307 unsigned last_full_tile_x = ((x + w) / TILE_WIDTH) * TILE_WIDTH; in panfrost_access_tiled_image() local
355 if (last_full_tile_x != (x + w)) { in panfrost_access_tiled_image()
356 unsigned dist = (x + w) - last_full_tile_x; in panfrost_access_tiled_image()
358 panfrost_access_tiled_image_generic(dst, OFFSET(src, last_full_tile_x, y), in panfrost_access_tiled_image()
359 last_full_tile_x, y, dist, h, in panfrost_access_tiled_image()

Completed in 1 milliseconds