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 D | r600_hw_context.c | 300 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 D | r600_pipe_common.h | 515 struct pipe_fence_handle *last_gfx_fence; member in struct:r600_common_context
|
| H A D | r600_pipe_common.c | 413 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 D | si_gfx_cs.c | 172 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 D | si_fence.c | 518 ws->fence_reference(&gfx_fence, sctx->last_gfx_fence);
|
| H A D | si_pipe.c | 256 sctx->ws->fence_reference(&sctx->last_gfx_fence, NULL);
|
| H A D | si_pipe.h | 810 struct pipe_fence_handle *last_gfx_fence; member in struct:si_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_hw_context.c | 300 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 D | r600_pipe_common.h | 505 struct pipe_fence_handle *last_gfx_fence; member in struct:r600_common_context
|
| H A D | r600_pipe_common.c | 354 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 D | si_gfx_cs.c | 143 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 D | si_fence.c | 470 ws->fence_reference(&gfx_fence, sctx->last_gfx_fence);
|
| H A D | si_sqtt.c | 690 sctx->ws->fence_wait(sctx->ws, sctx->last_gfx_fence, PIPE_TIMEOUT_INFINITE);
|
| H A D | si_pipe.c | 328 sctx->ws->fence_reference(&sctx->last_gfx_fence, NULL);
|
| H A D | si_pipe.h | 907 struct pipe_fence_handle *last_gfx_fence; member in struct:si_context
|
Completed in 33 milliseconds