summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/pan_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_context.h')
-rw-r--r--src/gallium/drivers/panfrost/pan_context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/panfrost/pan_context.h b/src/gallium/drivers/panfrost/pan_context.h
index 5af950e1001..8f9cc44feda 100644
--- a/src/gallium/drivers/panfrost/pan_context.h
+++ b/src/gallium/drivers/panfrost/pan_context.h
@@ -126,10 +126,10 @@ struct panfrost_context {
struct pipe_framebuffer_state pipe_framebuffer;
struct panfrost_streamout streamout;
+ struct panfrost_bo *scratchpad;
+ struct panfrost_bo *tiler_heap;
+ struct panfrost_bo *tiler_dummy;
struct panfrost_memory cmdstream_persistent;
- struct panfrost_memory scratchpad;
- struct panfrost_memory tiler_heap;
- struct panfrost_memory tiler_dummy;
struct panfrost_memory depth_stencil_buffer;
bool active_queries;