Searched refs:PIPE_FLUSH_HINT_FINISH (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_flush.c132 if (flags & PIPE_FLUSH_HINT_FINISH)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_flush.c132 if (flags & PIPE_FLUSH_HINT_FINISH)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_flush.c74 st_flush(st, &fence, PIPE_FLUSH_ASYNC | PIPE_FLUSH_HINT_FINISH);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_flush.c73 st_flush(st, &fence, PIPE_FLUSH_ASYNC | PIPE_FLUSH_HINT_FINISH);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/d3d12/wgl/
H A Dd3d12_wgl_framebuffer.cpp72 ctx->flush(ctx, &fence, PIPE_FLUSH_HINT_FINISH);
131 ctx->flush(ctx, &fence, PIPE_FLUSH_HINT_FINISH);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h362 PIPE_FLUSH_HINT_FINISH = (1 << 4), enumerator in enum:pipe_flush_flags
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_defines.h392 PIPE_FLUSH_HINT_FINISH = (1 << 4), enumerator in enum:pipe_flush_flags
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_batch.c775 ctx->base.flush(&ctx->base, NULL, PIPE_FLUSH_HINT_FINISH);
H A Dzink_context.c3089 pctx->flush(pctx, NULL, PIPE_FLUSH_HINT_FINISH);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c2002 (flags & PIPE_FLUSH_HINT_FINISH)))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcontext.rst565 PIPE_FLUSH_HINT_FINISH: Hints to the driver that the caller will immediately
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dcontext.rst593 PIPE_FLUSH_HINT_FINISH: Hints to the driver that the caller will immediately

Completed in 26 milliseconds