Home
last modified time | relevance | path

Searched refs:si_pm4_free_state (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_cp_reg_shadowing.c182 si_pm4_free_state(sctx, sctx->cs_preamble_state, ~0); in si_init_cp_reg_shadowing()
192 si_pm4_free_state(sctx, shadowing_preamble, ~0); in si_init_cp_reg_shadowing()
Dsi_pm4.h61 void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx);
Dsi_pm4.c97 void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx) in si_pm4_free_state() function
Dsi_pipe.c204 si_pm4_free_state(sctx, sctx->cs_preamble_state, ~0); in si_destroy_context()
206 si_pm4_free_state(sctx, sctx->cs_preamble_tess_rings, ~0); in si_destroy_context()
208 si_pm4_free_state(sctx, sctx->cs_preamble_tess_rings_tmz, ~0); in si_destroy_context()
210 si_pm4_free_state(sctx, sctx->cs_preamble_gs_rings, ~0); in si_destroy_context()
Dsi_state.h483 si_pm4_free_state(sctx, (struct si_pm4_state *)(value), SI_STATE_IDX(member)); \
Dsi_state_shaders.c3530 si_pm4_free_state(sctx, sctx->cs_preamble_gs_rings, ~0); in si_update_gs_ring_buffers()
/external/mesa3d/docs/relnotes/
D10.2.7.rst174 - radeonsi/compute: Call si_pm4_free_state() after emitting compute