summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a5xx/fd5_emit.h
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2017-05-04 13:26:35 -0400
committerRob Clark <[email protected]>2017-05-04 13:48:06 -0400
commit7b55a05159cb1df9a0bc8333360fa583e0715377 (patch)
tree10530346283f33f8439d4948deae289be30df8a0 /src/gallium/drivers/freedreno/a5xx/fd5_emit.h
parent10c17f23b752c54f5388e0f40e3d534477c8e500 (diff)
freedreno/a5xx: compute shader support
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/a5xx/fd5_emit.h')
-rw-r--r--src/gallium/drivers/freedreno/a5xx/fd5_emit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/a5xx/fd5_emit.h b/src/gallium/drivers/freedreno/a5xx/fd5_emit.h
index 83556c298f7..982ac1d5ac0 100644
--- a/src/gallium/drivers/freedreno/a5xx/fd5_emit.h
+++ b/src/gallium/drivers/freedreno/a5xx/fd5_emit.h
@@ -164,6 +164,9 @@ void fd5_emit_vertex_bufs(struct fd_ringbuffer *ring, struct fd5_emit *emit);
void fd5_emit_state(struct fd_context *ctx, struct fd_ringbuffer *ring,
struct fd5_emit *emit);
+void fd5_emit_cs_state(struct fd_context *ctx, struct fd_ringbuffer *ring,
+ struct ir3_shader_variant *cp);
+
void fd5_emit_restore(struct fd_batch *batch, struct fd_ringbuffer *ring);
void fd5_emit_init(struct pipe_context *pctx);