Searched refs:si_pm4_free_state (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_cp_reg_shadowing.c | 182 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()
|
D | si_pm4.h | 61 void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx);
|
D | si_pm4.c | 97 void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx) in si_pm4_free_state() function
|
D | si_pipe.c | 204 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()
|
D | si_state.h | 483 si_pm4_free_state(sctx, (struct si_pm4_state *)(value), SI_STATE_IDX(member)); \
|
D | si_state_shaders.c | 3530 si_pm4_free_state(sctx, sctx->cs_preamble_gs_rings, ~0); in si_update_gs_ring_buffers()
|
/external/mesa3d/docs/relnotes/ |
D | 10.2.7.rst | 174 - radeonsi/compute: Call si_pm4_free_state() after emitting compute
|