summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2017-10-07 22:54:31 +0200
committerMarek Olšák <[email protected]>2017-10-09 16:26:55 +0200
commit65f2e33500bc648b1e9fc3a1b54938f157cf172f (patch)
treef5497c4a432e95b97a4b388e704da20712db57f0 /src/gallium/drivers/radeonsi/si_state.h
parented7f27ded85991cbfed3e2a18f4dda0e3b35b31c (diff)
radeonsi: import r600_streamout from drivers/radeon
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_state.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h
index 03e2a174d21..9d29878e309 100644
--- a/src/gallium/drivers/radeonsi/si_state.h
+++ b/src/gallium/drivers/radeonsi/si_state.h
@@ -423,6 +423,17 @@ void si_draw_rectangle(struct blitter_context *blitter,
const union blitter_attrib *attrib);
void si_trace_emit(struct si_context *sctx);
+/* si_state_streamout.c */
+void si_streamout_buffers_dirty(struct si_context *sctx);
+void si_common_set_streamout_targets(struct pipe_context *ctx,
+ unsigned num_targets,
+ struct pipe_stream_output_target **targets,
+ const unsigned *offset);
+void si_emit_streamout_end(struct si_context *sctx);
+void si_update_prims_generated_query_state(struct si_context *sctx,
+ unsigned type, int diff);
+void si_init_streamout_functions(struct si_context *sctx);
+
static inline unsigned
si_tile_mode_index(struct r600_texture *rtex, unsigned level, bool stencil)