Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/lib/
Dpan_texture.c491 #define CHECKSUM_TILE_WIDTH 16 macro
501 unsigned aligned_width = ALIGN_POT(width, CHECKSUM_TILE_WIDTH); in panfrost_compute_checksum_size()
504 unsigned tile_count_x = aligned_width / CHECKSUM_TILE_WIDTH; in panfrost_compute_checksum_size()