Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.c203 &drawable->throttle_fence, NULL); in dri_destroy_buffer()
525 if (drawable->throttle_fence) { in dri_flush()
526 screen->fence_finish(screen, NULL, drawable->throttle_fence, PIPE_TIMEOUT_INFINITE); in dri_flush()
527 screen->fence_reference(screen, &drawable->throttle_fence, NULL); in dri_flush()
529 drawable->throttle_fence = new_fence; in dri_flush()
Ddri_drawable.h64 struct pipe_fence_handle *throttle_fence; member
Dkopper.c750 if (drawable->throttle_fence) { in kopper_flush_frontbuffer()
751 screen->fence_finish(screen, NULL, drawable->throttle_fence, PIPE_TIMEOUT_INFINITE); in kopper_flush_frontbuffer()
752 screen->fence_reference(screen, &drawable->throttle_fence, NULL); in kopper_flush_frontbuffer()
754 drawable->throttle_fence = new_fence; in kopper_flush_frontbuffer()