Searched refs:last_gfx (Results 1 – 4 of 4) sorted by relevance
327 if (!rctx->last_gfx.ib) in eg_dump_last_ib()343 eg_parse_ib(f, rctx->last_gfx.ib, rctx->last_gfx.num_dw, in eg_dump_last_ib()359 radeon_clear_saved_cs(&rctx->last_gfx); in eg_dump_debug_state()
294 radeon_clear_saved_cs(&ctx->last_gfx); in r600_context_gfx_flush()295 radeon_save_cs(ws, cs, &ctx->last_gfx, true); in r600_context_gfx_flush()
133 radeon_clear_saved_cs(&rctx->last_gfx); in r600_destroy_context()
609 struct radeon_saved_cs last_gfx; member