Home
last modified time | relevance | path

Searched refs:cs_preamble_state (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_cp_reg_shadowing.c223 si_pm4_emit(sctx, sctx->cs_preamble_state); in si_init_cp_reg_shadowing()
226 si_pm4_free_state(sctx, sctx->cs_preamble_state, ~0); in si_init_cp_reg_shadowing()
227 sctx->cs_preamble_state = NULL; in si_init_cp_reg_shadowing()
H A Dsi_debug.c413 if (ctx->cs_preamble_state) in si_log_chunk_type_cs_print()
414 ac_parse_ib(f, ctx->cs_preamble_state->pm4, ctx->cs_preamble_state->ndw, NULL, 0, in si_log_chunk_type_cs_print()
H A Dsi_gfx_cs.c440 if (ctx->cs_preamble_state) { in si_begin_new_gfx_cs()
442 ctx->cs_preamble_state; in si_begin_new_gfx_cs()
H A Dsi_pipe.c225 if (sctx->cs_preamble_state) in si_destroy_context()
226 si_pm4_free_state(sctx, sctx->cs_preamble_state, ~0); in si_destroy_context()
H A Dsi_state_shaders.cpp3724 struct si_pm4_state *pm4 = tmz ? sctx->cs_preamble_state_tmz : sctx->cs_preamble_state;
3872 struct si_pm4_state *pm4 = tmz ? sctx->cs_preamble_state_tmz : sctx->cs_preamble_state;
4146 /* Add these registers to cs_preamble_state. */
4148 struct si_pm4_state *pm4 = tmz ? sctx->cs_preamble_state_tmz : sctx->cs_preamble_state;
H A Dsi_pipe.h1044 struct si_pm4_state *cs_preamble_state; member
H A Dsi_state.c5946 sctx->cs_preamble_state = pm4; in si_init_cs_preamble_state()
5950 memcpy(sctx->cs_preamble_state_tmz, sctx->cs_preamble_state, sizeof(struct si_cs_preamble)); in si_init_cs_preamble_state()

Completed in 23 milliseconds