Searched refs:heighta (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_bo_helper.c188 uint32_t size, heighta; local in function:radeon_alloc_pixmap_bo
264 heighta = RADEON_ALIGN(height, drmmode_get_height_align(pScrn, tiling));
267 size = RADEON_ALIGN(heighta * pitch, RADEON_GPU_PAGE_SIZE);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa.c457 uint32_t size, heighta; local in function:RADEONEXACreatePixmap2
494 heighta = RADEON_ALIGN(height, drmmode_get_height_align(pScrn, tiling));
497 size = RADEON_ALIGN(heighta * pitch, RADEON_GPU_PAGE_SIZE);

Completed in 4 milliseconds