Lines Matching refs:RADEON_ALIGN
224 size = RADEON_ALIGN(size, RADEON_GPU_PAGE_SIZE);
494 heighta = RADEON_ALIGN(height, drmmode_get_height_align(pScrn, tiling));
495 pitch = RADEON_ALIGN(width, drmmode_get_pitch_align(pScrn, cpp, tiling)) * cpp;
497 size = RADEON_ALIGN(heighta * pitch, RADEON_GPU_PAGE_SIZE);
505 surface.npix_y = RADEON_ALIGN(height, 8);
735 screen_size = RADEON_ALIGN(pScrn->virtualY, 16) * byteStride;
757 RADEON_ALIGN(info->accel_state->exa->offScreenBase, align);
793 next = RADEON_ALIGN(info->accel_state->exa->offScreenBase, RADEON_GPU_PAGE_SIZE);
807 info->dri->depthPitch = RADEON_ALIGN(pScrn->displayWidth, 32);
808 depth_size = RADEON_ALIGN(pScrn->virtualY, 16) * info->dri->depthPitch * depthCpp;
809 next = RADEON_ALIGN(info->accel_state->exa->offScreenBase, RADEON_GPU_PAGE_SIZE);