Home
last modified time | relevance | path

Searched refs:tile_shift (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/panfrost/shared/
Dpan_tiling.c217 #define TILED_UNALIGNED_TYPE(pixel_t, is_store, tile_shift) { \ argument
218 const unsigned mask = (1 << tile_shift) - 1; \
226 unsigned block_x_s = (x >> tile_shift) * (1 << (tile_shift * 2)); \