Searched refs:cs_preamble_state_tmz (Results 1 – 5 of 5) sorted by relevance
227 if (sctx->cs_preamble_state_tmz) in si_destroy_context()228 si_pm4_free_state(sctx, sctx->cs_preamble_state_tmz, ~0); in si_destroy_context()
441 struct si_pm4_state *preamble = is_secure ? ctx->cs_preamble_state_tmz : in si_begin_new_gfx_cs()
3724 struct si_pm4_state *pm4 = tmz ? sctx->cs_preamble_state_tmz : sctx->cs_preamble_state; in si_cs_preamble_add_vgt_flush()3872 struct si_pm4_state *pm4 = tmz ? sctx->cs_preamble_state_tmz : sctx->cs_preamble_state; in si_update_gs_ring_buffers()4148 struct si_pm4_state *pm4 = tmz ? sctx->cs_preamble_state_tmz : sctx->cs_preamble_state; in si_init_tess_factor_ring()
1045 struct si_pm4_state *cs_preamble_state_tmz; member
5949 sctx->cs_preamble_state_tmz = (struct si_pm4_state *)CALLOC_STRUCT(si_cs_preamble); 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()