diff options
Diffstat (limited to 'src/gallium/drivers/v3d/v3d_resource.h')
-rw-r--r-- | src/gallium/drivers/v3d/v3d_resource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/v3d/v3d_resource.h b/src/gallium/drivers/v3d/v3d_resource.h index 80b1d6eb9ad..2aa28627338 100644 --- a/src/gallium/drivers/v3d/v3d_resource.h +++ b/src/gallium/drivers/v3d/v3d_resource.h @@ -176,6 +176,8 @@ void v3d_resource_screen_init(struct pipe_screen *pscreen); void v3d_resource_context_init(struct pipe_context *pctx); struct pipe_resource *v3d_resource_create(struct pipe_screen *pscreen, const struct pipe_resource *tmpl); +void v3d_update_shadow_texture(struct pipe_context *pctx, + struct pipe_sampler_view *view); uint32_t v3d_layer_offset(struct pipe_resource *prsc, uint32_t level, uint32_t layer); |