Home
last modified time | relevance | path

Searched refs:ST_FLUSH_FRONT (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c481 ST_FLUSH_FRONT | ST_FLUSH_WAIT); in stw_make_current()
485 ST_FLUSH_FRONT | ST_FLUSH_WAIT, &fence, in stw_make_current()
491 ST_FLUSH_FRONT); in stw_make_current()
493 old_ctx->st->flush(old_ctx->st, ST_FLUSH_FRONT, NULL, NULL, NULL); in stw_make_current()
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp314 ST_FLUSH_FRONT, NULL, NULL, NULL); in SetCurrentContext()
341 context->st->flush(context->st, ST_FLUSH_FRONT, NULL, NULL, NULL); in SwapBuffers()
/third_party/mesa3d/src/gallium/include/frontend/
Dapi.h142 #define ST_FLUSH_FRONT (1 << 0) macro
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c1353 xmctx->st->flush( xmctx->st, ST_FLUSH_FRONT, NULL, NULL, NULL); in XMesaSwapBuffers()
1368 xmctx->st->flush( xmctx->st, ST_FLUSH_FRONT, NULL, NULL, NULL); in XMesaCopySubBuffer()
1383 c->st->flush(c->st, ST_FLUSH_FRONT, &fence, NULL, NULL); in XMesaFlush()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddrisw.c258 ctx->st->flush(ctx->st, ST_FLUSH_FRONT, &fence, NULL, NULL); in drisw_swap_buffers()
293 ctx->st->flush(ctx->st, ST_FLUSH_FRONT, &fence, NULL, NULL); in drisw_copy_sub_buffer()
Ddri_drawable.c509 flush_flags |= ST_FLUSH_FRONT; in dri_flush()
Dkopper.c745 st->flush(st, ST_FLUSH_FRONT, &new_fence, NULL, NULL); in kopper_flush_frontbuffer()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c816 if (flags & ST_FLUSH_FRONT) in st_context_flush()