Searched refs:dri_flush (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_drawable.h | 65 bool flushing; /* prevents recursion in dri_flush */ 115 dri_flush(__DRIcontext *cPriv,
|
H A D | dri_drawable.c | 462 dri_flush(__DRIcontext *cPriv, in dri_flush() function 565 dri_flush(cPriv, dPriv, 0, reason); in dri_throttle()
|
H A D | kopper.c | 76 dri_flush(dPriv->driContextPriv, dPriv, __DRI2_FLUSH_DRAWABLE, -1); in kopper_flush_drawable() 94 .flush_with_flags = dri_flush, 916 dri_flush(ctx->cPriv, dPriv, __DRI2_FLUSH_DRAWABLE | __DRI2_FLUSH_CONTEXT, __DRI2_THROTTLE_SWAPBUFFER); in kopperSwapBuffers()
|
H A D | dri2.c | 75 dri_flush(dPriv->driContextPriv, dPriv, __DRI2_FLUSH_DRAWABLE, -1); in dri2_flush_drawable() 95 .flush_with_flags = dri_flush,
|
Completed in 6 milliseconds