radeonsi/gfx10: implement gfx10_emit_cache_flush
[mesa.git] / src / gallium / drivers / radeonsi / si_state.h
index b55c99fdd4c420449d75e75387e17f402a7288e6..c271effe05395e2b1f2554117c1b4e119bdb7f66 100644 (file)
@@ -596,6 +596,7 @@ void si_shader_selector_key_vs(struct si_context *sctx,
 void si_emit_surface_sync(struct si_context *sctx, struct radeon_cmdbuf *cs,
                          unsigned cp_coher_cntl);
 void si_prim_discard_signal_next_compute_ib_start(struct si_context *sctx);
+void gfx10_emit_cache_flush(struct si_context *sctx);
 void si_emit_cache_flush(struct si_context *sctx);
 void si_trace_emit(struct si_context *sctx);
 void si_init_draw_functions(struct si_context *sctx);