Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.c207 &drawable->throttle_fence, NULL); in dri_destroy_buffer()
529 if (drawable->throttle_fence) { in dri_flush()
530 screen->fence_finish(screen, NULL, drawable->throttle_fence, PIPE_TIMEOUT_INFINITE); in dri_flush()
531 screen->fence_reference(screen, &drawable->throttle_fence, NULL); in dri_flush()
533 drawable->throttle_fence = new_fence; in dri_flush()
Ddri_drawable.h62 struct pipe_fence_handle *throttle_fence; member