Searched refs:current_saved_cs (Results 1 – 6 of 6) sorted by relevance
119 if (ctx->current_saved_cs) { in si_context_gfx_flush()124 si_save_cs(ws, cs, &ctx->current_saved_cs->gfx, true); in si_context_gfx_flush()125 ctx->current_saved_cs->flushed = true; in si_context_gfx_flush()126 ctx->current_saved_cs->time_flush = os_time_get_nano(); in si_context_gfx_flush()145 si_check_vm_faults(&ctx->b, &ctx->current_saved_cs->gfx, RING_GFX); in si_context_gfx_flush()148 if (ctx->current_saved_cs) in si_context_gfx_flush()149 si_saved_cs_reference(&ctx->current_saved_cs, NULL); in si_context_gfx_flush()158 assert(!ctx->current_saved_cs); in si_begin_cs_debug()160 ctx->current_saved_cs = calloc(1, sizeof(*ctx->current_saved_cs)); in si_begin_cs_debug()161 if (!ctx->current_saved_cs) in si_begin_cs_debug()[all …]
1479 if (unlikely(sctx->current_saved_cs)) { in si_draw_vbo()1556 uint64_t va = sctx->current_saved_cs->trace_buf->gpu_address; in si_trace_emit()1557 uint32_t trace_id = ++sctx->current_saved_cs->trace_id; in si_trace_emit()
392 assert(ctx->current_saved_cs); in si_log_cs()394 struct si_saved_cs *scs = ctx->current_saved_cs; in si_log_cs()
582 struct si_saved_cs *current_saved_cs; member
167 si_saved_cs_reference(&sctx->current_saved_cs, NULL); in si_destroy_context()
879 if (unlikely(sctx->current_saved_cs)) { in si_launch_grid()