Home
last modified time | relevance | path

Searched refs:cs_preamble_state_tmz (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c227 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()
Dsi_gfx_cs.c441 struct si_pm4_state *preamble = is_secure ? ctx->cs_preamble_state_tmz : in si_begin_new_gfx_cs()
Dsi_state_shaders.cpp3724 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()
Dsi_pipe.h1045 struct si_pm4_state *cs_preamble_state_tmz; member
Dsi_state.c5949 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()