Searched refs:crtc_region_local (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_video.c | 719 RegionRec crtc_region_local; local in function:intel_clip_video_helper 744 REGION_INIT(screen, &crtc_region_local, &crtc_box, 1); 745 crtc_region = &crtc_region_local; 754 REGION_UNINIT(screen, &crtc_region_local);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_video.c | 145 RegionRec crtc_region_local; local in function:sna_video_clip_helper 168 crtc_region_local.extents = crtc->bounds; 169 crtc_region_local.data = NULL; 170 crtc_region = &crtc_region_local;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_video.c | 719 RegionRec crtc_region_local; local in function:intel_clip_video_helper 744 REGION_INIT(screen, &crtc_region_local, &crtc_box, 1); 745 crtc_region = &crtc_region_local; 754 REGION_UNINIT(screen, &crtc_region_local);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_video.c | 156 RegionRec crtc_region_local; local in function:sna_video_clip_helper 179 crtc_region_local.extents = crtc->bounds; 180 crtc_region_local.data = NULL; 181 crtc_region = &crtc_region_local;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_video.c | 2177 RegionRec crtc_region_local; local in function:i830_clip_video_helper 2194 REGION_INIT (pScreen, &crtc_region_local, &crtc_box, 1); 2195 crtc_region = &crtc_region_local; 2203 REGION_UNINIT (pScreen, &crtc_region_local);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_video.c | 259 RegionRec crtc_region_local; local in function:radeon_crtc_clip_video_helper 273 REGION_INIT (pScreen, &crtc_region_local, &crtc_box, 1); 274 crtc_region = &crtc_region_local; 284 REGION_UNINIT (pScreen, &crtc_region_local);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86Crtc.c | 3153 RegionRec crtc_region_local; local in function:xf86_crtc_clip_video_helper 3163 RegionInit(&crtc_region_local, &crtc_box, 1); 3164 crtc_region = &crtc_region_local; 3174 RegionUninit(&crtc_region_local);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Crtc.c | 3440 RegionRec crtc_region_local; local in function:xf86_crtc_clip_video_helper 3450 RegionInit(&crtc_region_local, &crtc_box, 1); 3451 crtc_region = &crtc_region_local; 3461 RegionUninit(&crtc_region_local);
|
Completed in 24 milliseconds