Searched refs:last_sdma_fence (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_dma_cs.c | 208 ctx->ws->fence_reference(fence, ctx->last_sdma_fence); 215 ctx->ws->cs_flush(cs, flags, &ctx->last_sdma_fence); 217 ctx->ws->fence_reference(fence, ctx->last_sdma_fence); 223 ctx->ws->fence_wait(ctx->ws, ctx->last_sdma_fence, 800*1000*1000);
|
| H A D | si_pipe.c | 257 sctx->ws->fence_reference(&sctx->last_sdma_fence, NULL);
|
| H A D | si_pipe.h | 811 struct pipe_fence_handle *last_sdma_fence; member in struct:si_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_pipe_common.c | 473 rctx->ws->fence_reference(fence, rctx->last_sdma_fence); 480 rctx->ws->cs_flush(cs, flags, &rctx->last_sdma_fence); 482 rctx->ws->fence_reference(fence, rctx->last_sdma_fence); 488 rctx->ws->fence_wait(rctx->ws, rctx->last_sdma_fence, 800*1000*1000); 745 rctx->ws->fence_reference(&rctx->last_sdma_fence, NULL);
|
| H A D | r600_pipe_common.h | 516 struct pipe_fence_handle *last_sdma_fence; member in struct:r600_common_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_pipe_common.c | 414 rctx->ws->fence_reference(fence, rctx->last_sdma_fence); 421 rctx->ws->cs_flush(cs, flags, &rctx->last_sdma_fence); 423 rctx->ws->fence_reference(fence, rctx->last_sdma_fence); 429 rctx->ws->fence_wait(rctx->ws, rctx->last_sdma_fence, 800*1000*1000); 668 rctx->ws->fence_reference(&rctx->last_sdma_fence, NULL);
|
| H A D | r600_pipe_common.h | 506 struct pipe_fence_handle *last_sdma_fence; member in struct:r600_common_context
|
Completed in 14 milliseconds