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

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Rotate.c 93 dst_box.y1 -= crtc->filter_height >> 1;
94 dst_box.y2 += crtc->filter_height >> 1;
479 crtc->filter_height = new_height;
xf86Crtc.h 348 int filter_height; /* ABI 2 */ member in struct:_xf86Crtc
xf86Crtc.c 109 crtc->filter_height = 0;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Rotate.c 132 dst_box.y1 -= crtc->filter_height >> 1;
133 dst_box.y2 += crtc->filter_height >> 1;
513 crtc->filter_height = new_height;
xf86Crtc.h 323 int filter_height; /* ABI 2 */ member in struct:_xf86Crtc
xf86Crtc.c 113 crtc->filter_height = 0;
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_kms.c 468 extents->y1 -= xf86_crtc->filter_height >> 1;
469 extents->y2 += xf86_crtc->filter_height >> 1;
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_kms.c 415 extents->y1 -= xf86_crtc->filter_height >> 1;
416 extents->y2 += xf86_crtc->filter_height >> 1;
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_display.c 2911 crtc->filter_height = filter->height;
2914 crtc->filter_height = 0;
8613 box->y1 -= crtc->filter_height >> 1;
8614 box->y2 += crtc->filter_height >> 1;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_display.c 2166 crtc->filter_height = filter->height;
2169 crtc->filter_height = 0;
6605 box->y1 -= crtc->filter_height >> 1;
6606 box->y2 += crtc->filter_height >> 1;

Completed in 34 milliseconds