| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_cursor.c | 179 if (info->CurrentLayout.pixel_bytes == 4 || info->CurrentLayout.pixel_bytes == 3) 182 else if (info->CurrentLayout.pixel_bytes == 2) 208 int cpp = info->CurrentLayout.pixel_bytes;
|
| H A D | r128_crtc.c | 669 VclkFreq * (info->CurrentLayout.pixel_bytes * 8)); 675 VclkFreq * (info->CurrentLayout.pixel_bytes * 8)); 745 VclkFreq * (info->CurrentLayout.pixel_bytes * 8)); 751 VclkFreq * (info->CurrentLayout.pixel_bytes * 8));
|
| H A D | r128_driver.c | 1567 info->CurrentLayout.pixel_bytes = pScrn->bitsPerPixel / 8; 1575 info->CurrentLayout.pixel_bytes, 1576 info->CurrentLayout.pixel_bytes > 1 ? "s" : "", 1759 info->CurrentLayout.pixel_bytes); 1764 int cpp = info->CurrentLayout.pixel_bytes; 1823 info->CurrentLayout.pixel_bytes * 3 + 1023) / 1024);
|
| H A D | r128.h | 270 int pixel_bytes; member in struct:__anona5d7874c0408
|
| H A D | r128_exa.c | 540 info->CurrentLayout.pixel_bytes);
|
| H A D | r128_accel.c | 1034 info->pitch = (info->CurrentLayout.displayWidth / 8) * (info->CurrentLayout.pixel_bytes == 3 ? 3 : 1); 1818 * info->CurrentLayout.pixel_bytes));
|
| H A D | r128_video.c | 613 int cpp = info->CurrentLayout.pixel_bytes;
|
| H A D | r128_dri.c | 849 info->CurrentLayout.pixel_bytes);
|
| /xsrc/external/mit/xf86-video-s3/dist/src/ |
| H A D | s3.h | 107 int pixel_bytes; member in struct:__anonbe2e03be0208
|
| H A D | s3_dga.c | 249 pS3->CurrentLayout.pixel_bytes = pMode->bitsPerPixel / 8;
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_drv.h | 265 int pixel_bytes; member in struct:__anon164a9d390308
|
| H A D | amdgpu_kms.c | 1314 info->pixel_bytes = pScrn->bitsPerPixel / 8; 1325 info->pixel_bytes, 1326 info->pixel_bytes > 1 ? "s" : "", info->pix24bpp); 2373 info->pixel_bytes * pScrn->virtualY); 2409 int cpp = info->pixel_bytes;
|
| H A D | drmmode_display.c | 1357 pScrn->displayWidth * info->pixel_bytes, 2900 int cpp = info->pixel_bytes;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | drmmode_display.c | 278 drmmode_get_pitch_align(pScrn, info->CurrentLayout.pixel_bytes, tiling_flags)) * 279 info->CurrentLayout.pixel_bytes; 343 pitch = RADEON_ALIGN(pScrn->displayWidth, drmmode_get_pitch_align(pScrn, info->CurrentLayout.pixel_bytes, tiling_flags)) * 344 info->CurrentLayout.pixel_bytes; 1265 int cpp = info->CurrentLayout.pixel_bytes; 1806 pitch = RADEON_ALIGN(scrn->displayWidth, drmmode_get_pitch_align(scrn, info->CurrentLayout.pixel_bytes, tiling_flags)) * 1807 info->CurrentLayout.pixel_bytes;
|
| H A D | radeon_crtc.c | 808 int pixel_bytes1 = info->CurrentLayout.pixel_bytes; 809 int pixel_bytes2 = info->CurrentLayout.pixel_bytes;
|
| H A D | radeon_driver.c | 1345 info->CurrentLayout.pixel_bytes = pScrn->bitsPerPixel / 8; 1359 info->CurrentLayout.pixel_bytes, 1360 info->CurrentLayout.pixel_bytes > 1 ? "s" : "", 2175 int maxy = info->FbMapSize / (pScrn->displayWidth * info->CurrentLayout.pixel_bytes); 3655 (((pScrn->displayWidth * info->CurrentLayout.pixel_bytes / 64) 3668 info->CurrentLayout.pixel_bytes); 3678 info->CurrentLayout.pixel_bytes * 3 + 1023) / 1024); 3892 pScrn->virtualY * pScrn->displayWidth * info->CurrentLayout.pixel_bytes); 4254 (((pScrn->displayWidth * info->CurrentLayout.pixel_bytes / 64) 4323 int cpp = info->CurrentLayout.pixel_bytes; [all...] |
| H A D | radeon_accel.c | 1180 int cpp = info->CurrentLayout.pixel_bytes; 1441 int width_bytes = pScrn->displayWidth * info->CurrentLayout.pixel_bytes;
|
| H A D | legacy_crtc.c | 861 pSAREA->frame.x = (Base / info->CurrentLayout.pixel_bytes) 863 pSAREA->frame.y = (Base / info->CurrentLayout.pixel_bytes)
|
| H A D | radeon_exa.c | 719 int cpp = info->CurrentLayout.pixel_bytes;
|
| H A D | radeon_dri.c | 1177 int cpp = info->CurrentLayout.pixel_bytes; 1586 info->CurrentLayout.pixel_bytes);
|
| H A D | radeon_accelfuncs.c | 1210 + (pScrn->virtualX * info->CurrentLayout.pixel_bytes));
|
| H A D | radeon_kms.c | 1229 int cpp = info->CurrentLayout.pixel_bytes;
|
| H A D | radeon.h | 317 int pixel_bytes; member in struct:__anonb194aea90408
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_kms.c | 1348 info->pixel_bytes = pScrn->bitsPerPixel / 8; 1359 info->pixel_bytes, 1360 info->pixel_bytes > 1 ? "s" : "", 2548 int base_align = drmmode_get_base_align(pScrn, info->pixel_bytes, 0); 2551 info->pixel_bytes * 2721 pScrn->displayWidth * info->pixel_bytes * pScrn->virtualY); 2760 int cpp = info->pixel_bytes;
|
| H A D | radeon.h | 529 int pixel_bytes; member in struct:__anon5a499fe10208
|