Searched refs:crtcbox (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_dri.c | 304 BoxRec crtcbox; local in function:I830DRI2CopyRegion 310 crtc = i830_covering_crtc(pScrn, box, NULL, &crtcbox); 325 y1 = (crtcbox.y1 <= box->y1) ? box->y1 - crtcbox.y1 : 0; 326 y2 = (box->y2 <= crtcbox.y2) ? 327 box->y2 - crtcbox.y1 : crtcbox.y2 - crtcbox.y1;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_dri.c | 429 BoxRec crtcbox; local in function:I830DRI2CopyRegion 436 crtc = intel_covering_crtc(scrn, box, NULL, &crtcbox); 449 y1 = (crtcbox.y1 <= box->y1) ? box->y1 - crtcbox.y1 : 0; 450 y2 = (box->y2 <= crtcbox.y2) ? 451 box->y2 - crtcbox.y1 : crtcbox.y2 - crtcbox.y1; 453 if (y1 == 0 && y2 == (crtcbox.y2 - crtcbox 555 BoxRec box, crtcbox; local in function:I830DRI2DrawableCrtc [all...] |
| H A D | intel_present.c | 76 BoxRec box, crtcbox; local in function:intel_present_get_crtc 85 crtc = intel_covering_crtc(pScrn, &box, NULL, &crtcbox);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_dri.c | 394 BoxRec crtcbox; local in function:I830DRI2CopyRegion 401 crtc = intel_covering_crtc(scrn, box, NULL, &crtcbox); 414 y1 = (crtcbox.y1 <= box->y1) ? box->y1 - crtcbox.y1 : 0; 415 y2 = (box->y2 <= crtcbox.y2) ? 416 box->y2 - crtcbox.y1 : crtcbox.y2 - crtcbox.y1; 418 if (y1 == 0 && y2 == (crtcbox.y2 - crtcbox 520 BoxRec box, crtcbox; local in function:I830DRI2DrawableCrtc [all...] |
| H A D | intel_present.c | 76 BoxRec box, crtcbox; local in function:intel_present_get_crtc 85 crtc = intel_covering_crtc(pScrn, &box, NULL, &crtcbox);
|
Completed in 91 milliseconds