diff options
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_context.h')
-rw-r--r-- | src/gallium/drivers/panfrost/pan_context.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/pan_context.h b/src/gallium/drivers/panfrost/pan_context.h index 5fe8aebe960..2bb81203f15 100644 --- a/src/gallium/drivers/panfrost/pan_context.h +++ b/src/gallium/drivers/panfrost/pan_context.h @@ -330,6 +330,9 @@ panfrost_shader_compile( struct panfrost_shader_state *state, uint64_t *outputs_written); +unsigned +panfrost_ubo_count(struct panfrost_context *ctx, enum pipe_shader_type stage); + /* Instancing */ mali_ptr |