HomeSort by relevance Sort by last modified time
    Searched refs:swap_fences_pop_front (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/dri/
dri_drawable.c 303 * swap_fences_pop_front - pull a fence from the throttle queue
310 swap_fences_pop_front(struct dri_drawable *draw) function
344 swap_fences_pop_front(draw);
526 fence = swap_fences_pop_front(drawable);
  /external/mesa3d/src/gallium/state_trackers/nine/
swapchain9.c 410 * swap_fences_pop_front - pull a fence from the throttle queue
417 swap_fences_pop_front(struct NineSwapChain9 *This) function
436 * swap_fences_see_front - same than swap_fences_pop_front without
473 swap_fences_pop_front(This);
640 work->fence_to_wait = swap_fences_pop_front(This);
761 fence = swap_fences_pop_front(This);
    [all...]

Completed in 55 milliseconds