HomeSort by: relevance | last modified time | path
    Searched refs:crtc_box (Results 1 - 16 of 16) sorted by relevancy

  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_video.c 66 static void amdgpu_crtc_box(RRCrtcPtr crtc, BoxPtr crtc_box)
69 crtc_box->x1 = crtc->x;
70 crtc_box->y1 = crtc->y;
75 crtc_box->x2 = crtc->x + crtc->mode->mode.width;
76 crtc_box->y2 = crtc->y + crtc->mode->mode.height;
80 crtc_box->x2 = crtc->x + crtc->mode->mode.height;
81 crtc_box->y2 = crtc->y + crtc->mode->mode.width;
85 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0
111 BoxRec crtc_box, cover_box; local
    [all...]
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_video.c 54 radeon_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box)
57 crtc_box->x1 = crtc->x;
58 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
59 crtc_box->y1 = crtc->y;
60 crtc_box->y2 = crtc->y + xf86ModeHeight(&crtc->mode, crtc->rotation);
62 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
83 BoxRec box, crtc_box, cover_box local
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_uxa_video.c 131 pixman_box16_t box, crtc_box; local
148 intel_crtc_box(crtc, &crtc_box);
149 intel_box_intersect(&box, &crtc_box, &box);
155 y1 = (crtc_box.y1 <= box.y1) ? box.y1 - crtc_box.y1 : 0;
156 y2 = (box.y2 <= crtc_box.y2) ?
157 box.y2 - crtc_box.y1 : crtc_box.y2 - crtc_box.y1;
162 if (y1 == 0 && y2 == (crtc_box.y2 - crtc_box.y1)
    [all...]
intel_display.c 2604 void intel_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box)
2607 crtc_box->x1 = crtc->x;
2608 crtc_box->x2 =
2610 crtc_box->y1 = crtc->y;
2611 crtc_box->y2 =
2614 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
2636 BoxRec crtc_box, cover_box local
    [all...]
intel_video.c 721 BoxRec crtc_box; local
740 &crtc_box);
744 REGION_INIT(screen, &crtc_region_local, &crtc_box, 1);
intel.h 457 extern void intel_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_uxa_video.c 131 pixman_box16_t box, crtc_box; local
148 intel_crtc_box(crtc, &crtc_box);
149 intel_box_intersect(&box, &crtc_box, &box);
155 y1 = (crtc_box.y1 <= box.y1) ? box.y1 - crtc_box.y1 : 0;
156 y2 = (box.y2 <= crtc_box.y2) ?
157 box.y2 - crtc_box.y1 : crtc_box.y2 - crtc_box.y1;
162 if (y1 == 0 && y2 == (crtc_box.y2 - crtc_box.y1)
    [all...]
intel_display.c 2601 void intel_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box)
2604 crtc_box->x1 = crtc->x;
2605 crtc_box->x2 =
2607 crtc_box->y1 = crtc->y;
2608 crtc_box->y2 =
2611 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
2633 BoxRec crtc_box, cover_box local
    [all...]
intel_video.c 721 BoxRec crtc_box; local
740 &crtc_box);
744 REGION_INIT(screen, &crtc_region_local, &crtc_box, 1);
intel.h 452 extern void intel_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
vblank.c 67 static void rr_crtc_box(RRCrtcPtr crtc, BoxPtr crtc_box)
70 crtc_box->x1 = crtc->x;
71 crtc_box->y1 = crtc->y;
76 crtc_box->x2 = crtc->x + crtc->mode->mode.width;
77 crtc_box->y2 = crtc->y + crtc->mode->mode.height;
81 crtc_box->x2 = crtc->x + crtc->mode->mode.height;
82 crtc_box->y2 = crtc->y + crtc->mode->mode.width;
86 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0
127 BoxRec crtc_box, cover_box; local
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_video.c 1704 i830_crtc_box (xf86CrtcPtr crtc, BoxPtr crtc_box)
1708 crtc_box->x1 = crtc->x;
1709 crtc_box->x2 = crtc->x + xf86ModeWidth (&crtc->mode, crtc->rotation);
1710 crtc_box->y1 = crtc->y;
1711 crtc_box->y2 = crtc->y + xf86ModeHeight (&crtc->mode, crtc->rotation);
1714 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
1739 BoxRec crtc_box, cover_box local
2186 BoxRec crtc_box; local
    [all...]
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_xv.c 229 rr_crtc_box(RRCrtcPtr crtc, BoxPtr crtc_box)
232 crtc_box->x1 = crtc->x;
233 crtc_box->y1 = crtc->y;
238 crtc_box->x2 = crtc->x + crtc->mode->mode.width;
239 crtc_box->y2 = crtc->y + crtc->mode->mode.height;
243 crtc_box->x2 = crtc->x + crtc->mode->mode.height;
244 crtc_box->y2 = crtc->y + crtc->mode->mode.width;
248 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0
275 BoxRec crtc_box, cover_box; local
    [all...]
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_video.c 129 radeon_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box)
132 crtc_box->x1 = crtc->x;
133 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
134 crtc_box->y1 = crtc->y;
135 crtc_box->y2 = crtc->y + xf86ModeHeight(&crtc->mode, crtc->rotation);
137 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
168 BoxRec box, crtc_box, cover_box local
220 BoxRec crtc_box, cover_box; local
267 BoxRec crtc_box; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Crtc.c 3363 x86_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box)
3366 crtc_box->x1 = crtc->x;
3367 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
3368 crtc_box->y1 = crtc->y;
3369 crtc_box->y2 = crtc->y + xf86ModeHeight(&crtc->mode, crtc->rotation);
3372 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
3395 BoxRec crtc_box, cover_box local
3444 BoxRec crtc_box; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Crtc.c 3073 x86_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box)
3076 crtc_box->x1 = crtc->x;
3077 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
3078 crtc_box->y1 = crtc->y;
3079 crtc_box->y2 = crtc->y + xf86ModeHeight(&crtc->mode, crtc->rotation);
3081 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
3106 BoxRec crtc_box, cover_box local
3157 BoxRec crtc_box; local
    [all...]

Completed in 27 milliseconds