Searched refs:last_gfx_fence (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_hw_context.c | 130 ws->cs_flush(cs, flags, &ctx->b.last_gfx_fence); in si_context_gfx_flush() 132 ws->fence_reference(fence, ctx->b.last_gfx_fence); in si_context_gfx_flush() 143 ctx->b.ws->fence_wait(ctx->b.ws, ctx->b.last_gfx_fence, 800*1000*1000); in si_context_gfx_flush()
|
D | si_fence.c | 401 ws->fence_reference(&gfx_fence, rctx->last_gfx_fence); in si_flush_from_st()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_hw_context.c | 292 ws->cs_flush(cs, flags, &ctx->b.last_gfx_fence); in r600_context_gfx_flush() 294 ws->fence_reference(fence, ctx->b.last_gfx_fence); in r600_context_gfx_flush() 298 if (!ws->fence_wait(ws, ctx->b.last_gfx_fence, 10000000)) { in r600_context_gfx_flush()
|
D | r600_pipe_common.c | 414 ws->fence_reference(&gfx_fence, rctx->last_gfx_fence); in r600_flush_from_st() 745 rctx->ws->fence_reference(&rctx->last_gfx_fence, NULL); in r600_common_context_cleanup()
|
D | r600_pipe_common.h | 515 struct pipe_fence_handle *last_gfx_fence; member
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_pipe_common.h | 395 struct pipe_fence_handle *last_gfx_fence; member
|
D | r600_pipe_common.c | 518 rctx->ws->fence_reference(&rctx->last_gfx_fence, NULL); in si_common_context_cleanup()
|