summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/evergreen_compute.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-04-06 22:28:23 +0100
committerDave Airlie <airlied@redhat.com>2016-04-07 04:39:13 +0100
commit41558efa87d610515f88d2c562c785f976f4f641 (patch)
tree4d0706702ad61d83d1aa446bfaab24f98b9f04f3 /src/gallium/drivers/r600/evergreen_compute.h
parenta6e17d7d698bb19b28e4120c1587605545723c1e (diff)
downloadexternal_mesa3d-41558efa87d610515f88d2c562c785f976f4f641.zip
external_mesa3d-41558efa87d610515f88d2c562c785f976f4f641.tar.gz
external_mesa3d-41558efa87d610515f88d2c562c785f976f4f641.tar.bz2
r600: using pipe_grid_info more in evergreen_compute.
No reason to pull the pieces apart here, also make one of the functions static as it's unused outside this. Acked-by: Tom Stellard <thomas.stellard@amd.com> Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/gallium/drivers/r600/evergreen_compute.h')
-rw-r--r--src/gallium/drivers/r600/evergreen_compute.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/evergreen_compute.h b/src/gallium/drivers/r600/evergreen_compute.h
index e4d3a38..f1f608c 100644
--- a/src/gallium/drivers/r600/evergreen_compute.h
+++ b/src/gallium/drivers/r600/evergreen_compute.h
@@ -40,7 +40,6 @@ struct r600_resource_global {
void *evergreen_create_compute_state(struct pipe_context *ctx, const struct pipe_compute_state *cso);
void evergreen_delete_compute_state(struct pipe_context *ctx, void *state);
-void evergreen_compute_upload_input(struct pipe_context *context, const uint *block_layout, const uint *grid_layout, const void *input);
void evergreen_init_atom_start_compute_cs(struct r600_context *rctx);
void evergreen_init_compute_state_functions(struct r600_context *rctx);
void evergreen_emit_cs_shader(struct r600_context *rctx, struct r600_atom * atom);