Searched refs:rotate_pitch (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_crtc.c644 unsigned long rotate_pitch; local in function:radeon_crtc_shadow_allocate
657 rotate_pitch = pScrn->displayWidth * cpp;
658 size = rotate_pitch * height;
680 unsigned long rotate_pitch; local in function:radeon_crtc_shadow_create
687 rotate_pitch = pScrn->displayWidth * cpp;
693 rotate_pitch,
H A Ddrmmode_display.c516 unsigned long rotate_pitch; local in function:drmmode_crtc_shadow_allocate
526 rotate_pitch =
530 size = RADEON_ALIGN(rotate_pitch * height, RADEON_GPU_PAGE_SIZE);
539 crtc->scrn->bitsPerPixel, rotate_pitch,
556 unsigned long rotate_pitch; local in function:drmmode_crtc_shadow_create
562 rotate_pitch = RADEON_ALIGN(width, drmmode_get_pitch_align(pScrn, drmmode->cpp, 0)) * drmmode->cpp;
568 rotate_pitch,
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Ddrmmode_display.c472 unsigned long rotate_pitch; local in function:drmmode_crtc_shadow_allocate
475 rotate_pitch = width * drmmode->cpp;
476 size = rotate_pitch * height;
488 crtc->scrn->bitsPerPixel, rotate_pitch,
506 unsigned long rotate_pitch; local in function:drmmode_crtc_shadow_create
518 rotate_pitch =
524 rotate_pitch,
H A Di830_display.c1911 unsigned long rotate_pitch; local in function:i830_crtc_shadow_allocate
1915 rotate_pitch = width * pI830->cpp;
1916 size = rotate_pitch * height;
1920 size, rotate_pitch, align,
1941 int rotate_pitch; local in function:i830_crtc_shadow_create
1947 rotate_pitch = i830_pad_drawable_width(width, pI830->cpp) * pI830->cpp;
1953 rotate_pitch,
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_crtc.c994 unsigned long rotate_pitch; local in function:r128_crtc_shadow_allocate
999 rotate_pitch = pScrn->displayWidth * cpp;
1000 size = rotate_pitch * height;
1014 unsigned long rotate_pitch; local in function:r128_crtc_shadow_create
1019 rotate_pitch = pScrn->displayWidth * cpp;
1024 rotate_pitch,
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_display.c111 uint32_t rotate_pitch; member in struct:intel_crtc
528 int rotate_pitch; local in function:intel_crtc_shadow_allocate
535 &rotate_pitch,
545 crtc->scrn->bitsPerPixel, rotate_pitch,
554 intel_crtc->rotate_pitch = rotate_pitch;
604 intel_crtc->rotate_pitch,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_display.c111 uint32_t rotate_pitch; member in struct:intel_crtc
528 int rotate_pitch; local in function:intel_crtc_shadow_allocate
535 &rotate_pitch,
545 crtc->scrn->bitsPerPixel, rotate_pitch,
554 intel_crtc->rotate_pitch = rotate_pitch;
604 intel_crtc->rotate_pitch,
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Ddrmmode_display.c65 int rotate_pitch; member in struct:__anon266131ed0208
519 &drmmode_crtc->rotate_pitch,
538 crtc->scrn->bitsPerPixel, drmmode_crtc->rotate_pitch,
564 drmmode_crtc->rotate_pitch,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2003 uint32_t rotate_pitch; local in function:drmmode_shadow_create
2023 rotate_pitch = drmmode_bo_get_pitch(&drmmode_crtc->rotate_bo);
2029 rotate_pitch,

Completed in 27 milliseconds