Searched refs:throttle_fence (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_drawable.h62 struct pipe_fence_handle *throttle_fence; member in struct:dri_drawable
H A Ddri_drawable.c203 &drawable->throttle_fence, NULL);
525 if (drawable->throttle_fence) {
526 screen->fence_finish(screen, NULL, drawable->throttle_fence, PIPE_TIMEOUT_INFINITE);
527 screen->fence_reference(screen, &drawable->throttle_fence, NULL);
529 drawable->throttle_fence = new_fence;

Completed in 7 milliseconds