diff options
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_context.h')
-rw-r--r-- | src/gallium/drivers/panfrost/pan_context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/pan_context.h b/src/gallium/drivers/panfrost/pan_context.h index e6d6ec48cc2..fd8c817216a 100644 --- a/src/gallium/drivers/panfrost/pan_context.h +++ b/src/gallium/drivers/panfrost/pan_context.h @@ -352,5 +352,9 @@ panfrost_padded_vertex_count( unsigned pan_expand_shift_odd(struct pan_shift_odd o); +/* Compute */ + +void +panfrost_compute_context_init(struct pipe_context *pctx); #endif |