Searched refs:throttle_fence (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_drawable.c | 203 &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()
|
D | dri_drawable.h | 64 struct pipe_fence_handle *throttle_fence; member
|
D | kopper.c | 750 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()
|