| /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 106 } else if (x > (int)cursor->crtc_w) { 107 x = cursor->crtc_w - 1; 167 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h) 176 cursor->crtc_w = crtc_w; 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 1252 crtc_w = p->w * p->scale; 1256 crtc_x = (crtc->mode->hdisplay - crtc_w) / 2; 1271 add_property(dev, p->plane_id, "CRTC_W", crtc_w); 1281 int crtc_x, crtc_y, crtc_w, crtc_h; local in function:set_plane 1328 crtc_w = p->w * p->scale; 1332 crtc_x = (crtc->mode->hdisplay - crtc_w) / 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 339 s.crtc_w = dstBox->x2 - dstBox->x1; 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 451 s.crtc_w = dstBox->x2 - dstBox->x1; 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 | 305 __u32 crtc_w; 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, 1146 s.crtc_w = crtc_w; 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 | 276 __u32 crtc_w; member in struct:drm_mode_set_plane
|
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| H A D | drm_mode.h | 305 __u32 crtc_w; member in struct:drm_mode_set_plane
|