HomeSort by: relevance | last modified time | path
    Searched defs:rflags (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_fence.c 448 unsigned rflags = PIPE_FLUSH_ASYNC; local
455 rflags |= PIPE_FLUSH_END_OF_FRAME;
486 si_flush_gfx_cs(sctx, rflags, fence ? &gfx_fence : NULL);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_fence.c 500 unsigned rflags = PIPE_FLUSH_ASYNC; local
503 rflags |= PIPE_FLUSH_END_OF_FRAME;
514 si_flush_dma_cs(sctx, rflags, fence ? &sdma_fence : NULL);
534 si_flush_gfx_cs(sctx, rflags, fence ? &gfx_fence : NULL);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_pipe_common.c 343 unsigned rflags = PIPE_FLUSH_ASYNC; local
346 rflags |= PIPE_FLUSH_END_OF_FRAME;
350 rctx->dma.flush(rctx, rflags, fence ? &sdma_fence : NULL);
367 rctx->gfx.flush(rctx, rflags, fence ? &gfx_fence : NULL);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
r600_pipe_common.c 402 unsigned rflags = PIPE_FLUSH_ASYNC; local
405 rflags |= PIPE_FLUSH_END_OF_FRAME;
409 rctx->dma.flush(rctx, rflags, fence ? &sdma_fence : NULL);
426 rctx->gfx.flush(rctx, rflags, fence ? &gfx_fence : NULL);

Completed in 9 milliseconds