Searched refs:pixel_bytes (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_cursor.c179 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 Dr128_crtc.c669 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 Dr128_driver.c1567 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 Dr128.h270 int pixel_bytes; member in struct:__anona5d7874c0408
H A Dr128_exa.c540 info->CurrentLayout.pixel_bytes);
H A Dr128_accel.c1034 info->pitch = (info->CurrentLayout.displayWidth / 8) * (info->CurrentLayout.pixel_bytes == 3 ? 3 : 1);
1818 * info->CurrentLayout.pixel_bytes));
H A Dr128_video.c613 int cpp = info->CurrentLayout.pixel_bytes;
H A Dr128_dri.c849 info->CurrentLayout.pixel_bytes);
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3.h107 int pixel_bytes; member in struct:__anonbe2e03be0208
H A Ds3_dga.c249 pS3->CurrentLayout.pixel_bytes = pMode->bitsPerPixel / 8;
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_drv.h265 int pixel_bytes; member in struct:__anon164a9d390308
H A Damdgpu_kms.c1314 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 Ddrmmode_display.c1357 pScrn->displayWidth * info->pixel_bytes,
2900 int cpp = info->pixel_bytes;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Ddrmmode_display.c278 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 Dradeon_crtc.c808 int pixel_bytes1 = info->CurrentLayout.pixel_bytes;
809 int pixel_bytes2 = info->CurrentLayout.pixel_bytes;
H A Dradeon_driver.c1345 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 Dradeon_accel.c1180 int cpp = info->CurrentLayout.pixel_bytes;
1441 int width_bytes = pScrn->displayWidth * info->CurrentLayout.pixel_bytes;
H A Dlegacy_crtc.c861 pSAREA->frame.x = (Base / info->CurrentLayout.pixel_bytes)
863 pSAREA->frame.y = (Base / info->CurrentLayout.pixel_bytes)
H A Dradeon_exa.c719 int cpp = info->CurrentLayout.pixel_bytes;
H A Dradeon_dri.c1177 int cpp = info->CurrentLayout.pixel_bytes;
1586 info->CurrentLayout.pixel_bytes);
H A Dradeon_accelfuncs.c1210 + (pScrn->virtualX * info->CurrentLayout.pixel_bytes));
H A Dradeon_kms.c1229 int cpp = info->CurrentLayout.pixel_bytes;
H A Dradeon.h317 int pixel_bytes; member in struct:__anonb194aea90408
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_kms.c1348 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 Dradeon.h529 int pixel_bytes; member in struct:__anon5a499fe10208

Completed in 55 milliseconds

12