Home
last modified time | relevance | path

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

/external/minigbm/
Dtegra.c25 #define NV_BLOCKLINEAR_GOB_HEIGHT 8 macro
58 int proposed = NV_BLOCKLINEAR_GOB_HEIGHT << (block_height_log2 - 1); in compute_block_height_log2()
81 int padded_height = ALIGN(height, NV_BLOCKLINEAR_GOB_HEIGHT * block_height); in compute_layout_blocklinear()
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()