Home
last modified time | relevance | path

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

/external/minigbm/
Dtegra.c26 #define NV_BLOCKLINEAR_GOB_WIDTH 64 macro
76 pitch = ALIGN(pitch, NV_BLOCKLINEAR_GOB_WIDTH); in compute_layout_blocklinear()
151 gob_width = DIV_ROUND_UP(NV_BLOCKLINEAR_GOB_WIDTH, bytes_per_pixel); in transfer_tiled_memory()
157 gob_size_bytes = gob_height * NV_BLOCKLINEAR_GOB_WIDTH; in transfer_tiled_memory()
160 gob_count_x = DIV_ROUND_UP(bo->strides[0], NV_BLOCKLINEAR_GOB_WIDTH); in transfer_tiled_memory()