Searched refs:si_pm4_free_state (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pm4.h | 67 void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx);
|
H A D | si_cp_reg_shadowing.c | 226 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 D | si_pm4.c | 119 void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx) in si_pm4_free_state() function
|
H A D | si_pipe.c | 226 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 D | si_state.c | 791 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 D | si_state_shaders.cpp | 3672 si_pm4_free_state(sctx, &shader->pm4, state_index);
|
Completed in 15 milliseconds