Searched refs:idle_fence (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_vblank.c57 SyncFence *idle_fence,
132 if (idle_fence) {
133 vblank->idle_fence = present_fence_create(idle_fence);
134 if (!vblank->idle_fence)
160 SyncFence *idle_fence,
174 x_off, y_off, target_crtc, wait_fence, idle_fence,
191 present_pixmap_idle(vblank->pixmap, vblank->window, vblank->serial, vblank->idle_fence);
192 present_fence_destroy(vblank->idle_fence);
196 vblank->idle_fence
47 present_vblank_init(present_vblank_ptr vblank,WindowPtr window,PixmapPtr pixmap,CARD32 serial,RegionPtr valid,RegionPtr update,int16_t x_off,int16_t y_off,RRCrtcPtr target_crtc,SyncFence * wait_fence,SyncFence * idle_fence,uint32_t options,const uint32_t capabilities,present_notify_ptr notifies,int num_notifies,uint64_t target_msc,uint64_t crtc_msc) argument
151 present_vblank_create(WindowPtr window,PixmapPtr pixmap,CARD32 serial,RegionPtr valid,RegionPtr update,int16_t x_off,int16_t y_off,RRCrtcPtr target_crtc,SyncFence * wait_fence,SyncFence * idle_fence,uint32_t options,const uint32_t capabilities,present_notify_ptr notifies,int num_notifies,uint64_t target_msc,uint64_t crtc_msc) argument
[all...]
H A Dpresent_event.c98 swapl(&c->idle_fence);
180 present_send_idle_notify(WindowPtr window, CARD32 serial, PixmapPtr pixmap, struct present_fence *idle_fence) argument
194 .idle_fence = present_fence_id(idle_fence)
H A Dpresent_request.c90 SyncFence *idle_fence; local in function:proc_present_pixmap
113 VERIFY_FENCE_OR_NONE(idle_fence, stuff->idle_fence, client, DixWriteAccess);
148 wait_fence, idle_fence, stuff->options,
288 swapl(&stuff->idle_fence);
H A Dpresent_priv.h82 present_fence_ptr idle_fence; member in struct:present_vblank
126 SyncFence *idle_fence,
292 SyncFence *idle_fence,
321 present_send_idle_notify(WindowPtr window, CARD32 serial, PixmapPtr pixmap, present_fence_ptr idle_fence);
466 SyncFence *idle_fence,
484 SyncFence *idle_fence,
H A Dpresent_execute.c90 present_pixmap_idle(vblank->pixmap, vblank->window, vblank->serial, vblank->idle_fence);
H A Dpresent.c232 SyncFence *idle_fence,
252 idle_fence,
223 present_pixmap(WindowPtr window,PixmapPtr pixmap,CARD32 serial,RegionPtr valid,RegionPtr update,int16_t x_off,int16_t y_off,RRCrtcPtr target_crtc,SyncFence * wait_fence,SyncFence * idle_fence,uint32_t options,uint64_t window_msc,uint64_t divisor,uint64_t remainder,present_notify_ptr notifies,int num_notifies) argument
H A Dpresent_scmd.c357 screen_priv->flip_idle_fence = vblank->idle_fence;
360 vblank->idle_fence = NULL;
676 SyncFence *idle_fence,
757 idle_fence,
667 present_scmd_pixmap(WindowPtr window,PixmapPtr pixmap,CARD32 serial,RegionPtr valid,RegionPtr update,int16_t x_off,int16_t y_off,RRCrtcPtr target_crtc,SyncFence * wait_fence,SyncFence * idle_fence,uint32_t options,uint64_t target_window_msc,uint64_t divisor,uint64_t remainder,present_notify_ptr notifies,int num_notifies) argument
/xsrc/external/mit/libXpresent/dist/include/X11/extensions/
H A DXpresent.h106 XSyncFence idle_fence; member in struct:__anon5ab078420508
137 XSyncFence idle_fence; member in struct:__anon5ab078420608
174 XSyncFence idle_fence,
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dpresentproto.h81 XSyncFence idle_fence; member in struct:__anona6f4d6a20408
227 CARD32 idle_fence; member in struct:__anona6f4d6a20c08
260 XSyncFence idle_fence; member in struct:__anona6f4d6a20d08
/xsrc/external/mit/libXpresent/dist/src/
H A DXpresent.c199 ce->idle_fence = proto->idle_fence;
238 re->idle_fence = proto->idle_fence;
482 XSyncFence idle_fence,
509 req->idle_fence = idle_fence;
472 XPresentPixmap(Display * dpy,Window window,Pixmap pixmap,uint32_t serial,XserverRegion valid,XserverRegion update,int x_off,int y_off,RRCrtc target_crtc,XSyncFence wait_fence,XSyncFence idle_fence,uint32_t options,uint64_t target_msc,uint64_t divisor,uint64_t remainder,XPresentNotify * notifies,int nnotifies) argument

Completed in 7 milliseconds