Searched refs:crtc_region_local (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_video.c719 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 Dsna_video.c145 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 Dintel_video.c719 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 Dsna_video.c156 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 Di830_video.c2177 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 Dradeon_video.c259 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 Dxf86Crtc.c3153 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 Dxf86Crtc.c3440 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