Home
last modified time | relevance | path

Searched refs:si_pm4_free_state (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pm4.h67 void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx);
H A Dsi_cp_reg_shadowing.c226 si_pm4_free_state(sctx, sctx->cs_preamble_state, ~0); in si_init_cp_reg_shadowing()
236 si_pm4_free_state(sctx, shadowing_preamble, ~0); in si_init_cp_reg_shadowing()
H A Dsi_pm4.c119 void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx) in si_pm4_free_state() function
H A Dsi_pipe.c226 si_pm4_free_state(sctx, sctx->cs_preamble_state, ~0); in si_destroy_context()
228 si_pm4_free_state(sctx, sctx->cs_preamble_state_tmz, ~0); in si_destroy_context()
231 si_pm4_free_state(sctx, sctx->vgt_shader_config[i], SI_STATE_IDX(vgt_shader_config)); in si_destroy_context()
H A Dsi_state.c791 si_pm4_free_state(sctx, (struct si_pm4_state*)state, SI_STATE_IDX(blend)); in si_delete_blend_state()
1229 si_pm4_free_state(sctx, &rs->pm4, SI_STATE_IDX(rasterizer)); in si_delete_rs_state()
1451 si_pm4_free_state(sctx, (struct si_pm4_state*)state, SI_STATE_IDX(dsa)); in si_delete_dsa_state()
H A Dsi_state_shaders.cpp3672 si_pm4_free_state(sctx, &shader->pm4, state_index);

Completed in 15 milliseconds