Lines Matching refs:screen
151 ScreenPtr screen = crtc->pScreen; in ms_present_abort_vblank() local
152 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_abort_vblank()
164 ScreenPtr screen = window->drawable.pScreen; in ms_present_flush() local
165 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_flush()
169 glamor_block_handler(screen); in ms_present_flush()
221 ScreenPtr screen = window->drawable.pScreen; in ms_present_check_unflip() local
222 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_check_unflip()
268 gbm = glamor_gbm_bo_from_pixmap(screen, pixmap); in ms_present_check_unflip()
300 ScreenPtr screen = window->drawable.pScreen; in ms_present_check_flip() local
301 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_check_flip()
321 ScreenPtr screen = crtc->pScreen; in ms_present_flip() local
322 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_flip()
329 if (!ms_present_check_flip(crtc, screen->root, pixmap, sync_flip, NULL)) in ms_present_flip()
342 ret = ms_do_pageflip(screen, pixmap, event, drmmode_crtc->vblank_pipe, !sync_flip, in ms_present_flip()
358 ms_present_unflip(ScreenPtr screen, uint64_t event_id) in ms_present_unflip() argument
360 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_unflip()
362 PixmapPtr pixmap = screen->GetScreenPixmap(screen); in ms_present_unflip()
374 if (ms_present_check_unflip(NULL, screen->root, pixmap, TRUE, NULL) && in ms_present_unflip()
375 ms_do_pageflip(screen, pixmap, event, -1, FALSE, in ms_present_unflip()
424 ms_present_screen_init(ScreenPtr screen) in ms_present_screen_init() argument
426 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_screen_init()
435 return present_screen_init(screen, &ms_present_screen_info); in ms_present_screen_init()