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 D | r300_flush.c | 132 if (flags & PIPE_FLUSH_HINT_FINISH)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_flush.c | 132 if (flags & PIPE_FLUSH_HINT_FINISH)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_flush.c | 74 st_flush(st, &fence, PIPE_FLUSH_ASYNC | PIPE_FLUSH_HINT_FINISH);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_flush.c | 73 st_flush(st, &fence, PIPE_FLUSH_ASYNC | PIPE_FLUSH_HINT_FINISH);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/d3d12/wgl/ |
| H A D | d3d12_wgl_framebuffer.cpp | 72 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 D | p_defines.h | 362 PIPE_FLUSH_HINT_FINISH = (1 << 4), enumerator in enum:pipe_flush_flags
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_defines.h | 392 PIPE_FLUSH_HINT_FINISH = (1 << 4), enumerator in enum:pipe_flush_flags
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_batch.c | 775 ctx->base.flush(&ctx->base, NULL, PIPE_FLUSH_HINT_FINISH);
|
| H A D | zink_context.c | 3089 pctx->flush(pctx, NULL, PIPE_FLUSH_HINT_FINISH);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context.c | 2002 (flags & PIPE_FLUSH_HINT_FINISH)))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | context.rst | 565 PIPE_FLUSH_HINT_FINISH: Hints to the driver that the caller will immediately
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | context.rst | 593 PIPE_FLUSH_HINT_FINISH: Hints to the driver that the caller will immediately
|
Completed in 26 milliseconds