| /xsrc/external/mit/libdrm/dist/tests/modetest/ |
| H A D | cursor.h | 29 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h);
|
| H A D | cursor.c | 48 uint32_t crtc_w, crtc_h; member in struct:cursor 114 } else if (y > (int)cursor->crtc_h) { 115 y = cursor->crtc_h - 1; 167 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h) 177 cursor->crtc_h = crtc_h; 166 cursor_init(int fd,uint32_t bo_handle,uint32_t crtc_id,uint32_t crtc_w,uint32_t crtc_h,uint32_t w,uint32_t h) argument
|
| H A D | modetest.c | 1221 int crtc_x, crtc_y, crtc_w, crtc_h; local in function:atomic_set_plane 1253 crtc_h = p->h * p->scale; 1257 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2; 1272 add_property(dev, p->plane_id, "CRTC_H", crtc_h); 1281 int crtc_x, crtc_y, crtc_w, crtc_h; local in function:set_plane 1329 crtc_h = p->h * p->scale; 1333 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2; 1341 0, crtc_x, crtc_y, crtc_w, crtc_h,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_video_sprite.c | 59 uint32_t crtc_w, crtc_h; member in struct:local_mode_set_plane 340 s.crtc_h = dstBox->y2 - dstBox->y1; 348 s.crtc_x, s.crtc_y, s.crtc_w, s.crtc_h,
|
| H A D | sna_display.c | 6533 uint32_t crtc_w, crtc_h; member in struct:sna_crtc_hide_planes::local_mode_set_plane
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_video_sprite.c | 64 uint32_t crtc_w, crtc_h; member in struct:local_mode_set_plane 452 s.crtc_h = dstBox->y2 - dstBox->y1; 460 s.crtc_x, s.crtc_y, s.crtc_w, s.crtc_h,
|
| H A D | sna_display.c | 140 uint32_t crtc_w, crtc_h; member in struct:local_mode_set_plane
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | drm_mode.h | 306 __u32 crtc_h; member in struct:drm_mode_set_plane
|
| /xsrc/external/mit/libdrm/dist/ |
| H A D | xf86drmMode.h | 440 uint32_t crtc_w, uint32_t crtc_h,
|
| H A D | xf86drmMode.c | 1133 uint32_t crtc_w, uint32_t crtc_h, 1147 s.crtc_h = crtc_h; 1130 drmModeSetPlane(int fd,uint32_t plane_id,uint32_t crtc_id,uint32_t fb_id,uint32_t flags,uint32_t crtc_x,uint32_t crtc_y,uint32_t crtc_w,uint32_t crtc_h,uint32_t src_x,uint32_t src_y,uint32_t src_w,uint32_t src_h) argument
|
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ |
| H A D | drm_mode.h | 277 __u32 crtc_h; member in struct:drm_mode_set_plane
|
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| H A D | drm_mode.h | 306 __u32 crtc_h; member in struct:drm_mode_set_plane
|