Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/shared/
H A Dpan_tiling.c103 #define TILE_HEIGHT 16 macro
104 #define PIXELS_PER_TILE (TILE_WIDTH * TILE_HEIGHT)
306 unsigned first_full_tile_y = DIV_ROUND_UP(y, TILE_HEIGHT) * TILE_HEIGHT; in panfrost_access_tiled_image()
308 unsigned last_full_tile_y = ((y + h) / TILE_HEIGHT) * TILE_HEIGHT; in panfrost_access_tiled_image()

Completed in 2 milliseconds