Searched refs:wait_fence (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_execute.c55 if (vblank->wait_fence) {
56 if (!present_fence_check_triggered(vblank->wait_fence)) {
57 present_fence_set_callback(vblank->wait_fence, present_wait_fence_triggered, vblank);
H A Dpresent_vblank.c56 SyncFence *wait_fence,
126 if (wait_fence) {
127 vblank->wait_fence = present_fence_create(wait_fence);
128 if (!vblank->wait_fence)
159 SyncFence *wait_fence,
174 x_off, y_off, target_crtc, wait_fence, idle_fence,
223 if (vblank->wait_fence)
224 present_fence_destroy(vblank->wait_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
H A Dpresent_request.c89 SyncFence *wait_fence; local in function:proc_present_pixmap
112 VERIFY_FENCE_OR_NONE(wait_fence, stuff->wait_fence, client, DixReadAccess);
148 wait_fence, idle_fence, stuff->options,
H A Dpresent_priv.h83 present_fence_ptr wait_fence; member in struct:present_vblank
125 SyncFence *wait_fence,
291 SyncFence *wait_fence,
465 SyncFence *wait_fence,
483 SyncFence *wait_fence,
H A Dpresent.c231 SyncFence *wait_fence,
251 wait_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.c675 SyncFence *wait_fence,
756 wait_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/MesaLib/dist/src/virtio/vulkan/
H A Dvn_queue.h24 VkFence wait_fence; member in struct:vn_queue
H A Dvn_device.c25 if (queue->wait_fence != VK_NULL_HANDLE) {
26 vn_DestroyFence(vn_device_to_handle(queue->device), queue->wait_fence,
69 NULL, &queue->wait_fence);
H A Dvn_android.c672 : que->wait_fence);
684 .fence = que->wait_fence,
690 vn_WaitForFences(device, 1, &que->wait_fence, VK_TRUE, UINT64_MAX);
694 result = vn_ResetFences(device, 1, &que->wait_fence);
H A Dvn_queue.c427 VkResult result = vn_QueueSubmit(_queue, 0, NULL, queue->wait_fence);
431 result = vn_WaitForFences(device, 1, &queue->wait_fence, true, UINT64_MAX);
432 vn_ResetFences(device, 1, &queue->wait_fence);
/xsrc/external/mit/libXpresent/dist/include/X11/extensions/
H A DXpresent.h136 XSyncFence wait_fence; member in struct:__anon5ab078420608
173 XSyncFence wait_fence,
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dpresentproto.h80 XSyncFence wait_fence; member in struct:__anona6f4d6a20408
259 XSyncFence wait_fence; member in struct:__anona6f4d6a20d08
/xsrc/external/mit/libXpresent/dist/src/
H A DXpresent.c237 re->wait_fence = proto->wait_fence;
481 XSyncFence wait_fence,
508 req->wait_fence = wait_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 59 milliseconds