meson: use gnu_symbol_visibility argument
[mesa.git] / src / gallium / drivers / radeonsi / si_pm4.h
index 783833e5a42681bbd15dad3042780cb830957f94..cde42ba1ecab965dfb8bc8dd1b718d04326f6f19 100644 (file)
@@ -71,7 +71,6 @@ void si_pm4_cmd_end(struct si_pm4_state *state, bool predicate);
 void si_pm4_set_reg(struct si_pm4_state *state, unsigned reg, uint32_t val);
 void si_pm4_add_bo(struct si_pm4_state *state, struct si_resource *bo, enum radeon_bo_usage usage,
                    enum radeon_bo_priority priority);
-void si_pm4_upload_indirect_buffer(struct si_context *sctx, struct si_pm4_state *state);
 
 void si_pm4_clear_state(struct si_pm4_state *state);
 void si_pm4_free_state(struct si_context *sctx, struct si_pm4_state *state, unsigned idx);