Home
last modified time | relevance | path

Searched refs:fence_to_wait (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dswapchain9.c617 struct pipe_fence_handle *fence_to_wait; member
626 if (work->fence_to_wait) { in work_present()
627 … (void) work->screen->fence_finish(work->screen, NULL, work->fence_to_wait, PIPE_TIMEOUT_INFINITE); in work_present()
628 work->screen->fence_reference(work->screen, &(work->fence_to_wait), NULL); in work_present()
640 work->fence_to_wait = swap_fences_pop_front(This); in pend_present()