diff --git a/src/gallium/drivers/panfrost/pan_job.h b/src/gallium/drivers/panfrost/pan_job.h index 03f6337f9e4..a905ec028f6 100644 --- a/src/gallium/drivers/panfrost/pan_job.h +++ b/src/gallium/drivers/panfrost/pan_job.h @@ -129,6 +129,17 @@ struct panfrost_batch { mali_ptr attrib_bufs[PIPE_SHADER_TYPES]; mali_ptr uniform_buffers[PIPE_SHADER_TYPES]; mali_ptr push_uniforms[PIPE_SHADER_TYPES]; + mali_ptr depth_stencil; + mali_ptr blend; + + /* Valhall: struct mali_scissor_packed */ + unsigned scissor[2]; + float minimum_z, maximum_z; + + /* Used on Valhall only. Midgard includes attributes in-band with + * attributes, wildly enough. + */ + mali_ptr images[PIPE_SHADER_TYPES]; /* Referenced resources */ struct set *resources;