Searched refs:last_gfx_fence (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_hw_context.c300 ws->cs_flush(cs, flags, &ctx->b.last_gfx_fence);
302 ws->fence_reference(fence, ctx->b.last_gfx_fence);
306 if (!ws->fence_wait(ws, ctx->b.last_gfx_fence, 10000000)) {
H A Dr600_pipe_common.h515 struct pipe_fence_handle *last_gfx_fence; member in struct:r600_common_context
H A Dr600_pipe_common.c413 ws->fence_reference(&gfx_fence, rctx->last_gfx_fence);
744 rctx->ws->fence_reference(&rctx->last_gfx_fence, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_gfx_cs.c172 ws->cs_flush(cs, flags, &ctx->last_gfx_fence);
174 ws->fence_reference(fence, ctx->last_gfx_fence);
183 ctx->ws->fence_wait(ctx->ws, ctx->last_gfx_fence, 800*1000*1000);
H A Dsi_fence.c518 ws->fence_reference(&gfx_fence, sctx->last_gfx_fence);
H A Dsi_pipe.c256 sctx->ws->fence_reference(&sctx->last_gfx_fence, NULL);
H A Dsi_pipe.h810 struct pipe_fence_handle *last_gfx_fence; member in struct:si_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_hw_context.c300 ws->cs_flush(cs, flags, &ctx->b.last_gfx_fence);
302 ws->fence_reference(fence, ctx->b.last_gfx_fence);
306 if (!ws->fence_wait(ws, ctx->b.last_gfx_fence, 10000000)) {
H A Dr600_pipe_common.h505 struct pipe_fence_handle *last_gfx_fence; member in struct:r600_common_context
H A Dr600_pipe_common.c354 ws->fence_reference(&gfx_fence, rctx->last_gfx_fence);
667 rctx->ws->fence_reference(&rctx->last_gfx_fence, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_gfx_cs.c143 ws->cs_flush(cs, flags, &ctx->last_gfx_fence);
147 ws->fence_reference(fence, ctx->last_gfx_fence);
156 ctx->ws->fence_wait(ctx->ws, ctx->last_gfx_fence, 800 * 1000 * 1000);
H A Dsi_fence.c470 ws->fence_reference(&gfx_fence, sctx->last_gfx_fence);
H A Dsi_sqtt.c690 sctx->ws->fence_wait(sctx->ws, sctx->last_gfx_fence, PIPE_TIMEOUT_INFINITE);
H A Dsi_pipe.c328 sctx->ws->fence_reference(&sctx->last_gfx_fence, NULL);
H A Dsi_pipe.h907 struct pipe_fence_handle *last_gfx_fence; member in struct:si_context

Completed in 33 milliseconds