Home
last modified time | relevance | path

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

/external/minigbm/
Dtegra.c141 uint32_t gob_width, gob_height, gob_size_bytes, gob_size_pixels, gob_count_x, gob_count_y, in transfer_tiled_memory() local
152 gob_height = NV_BLOCKLINEAR_GOB_HEIGHT * (1 << NV_DEFAULT_BLOCK_HEIGHT_LOG2); in transfer_tiled_memory()
154 while (gob_height > NV_BLOCKLINEAR_GOB_HEIGHT && gob_height >= 2 * bo->height) in transfer_tiled_memory()
155 gob_height /= 2; in transfer_tiled_memory()
157 gob_size_bytes = gob_height * NV_BLOCKLINEAR_GOB_WIDTH; in transfer_tiled_memory()
158 gob_size_pixels = gob_height * gob_width; in transfer_tiled_memory()
161 gob_count_y = DIV_ROUND_UP(bo->height, gob_height); in transfer_tiled_memory()
167 gob_top = j * gob_height; in transfer_tiled_memory()