panfrost: Emit sampler descriptor on bifrost
[mesa.git] / src / gallium / drivers / panfrost / pan_context.h
index c8108d585b36b23af1e5f51ec5aa4ff3adde93fb..bc952b4ec306e63be853b7f272682633d0181eb7 100644 (file)
@@ -248,7 +248,8 @@ struct panfrost_vertex_state {
 
 struct panfrost_sampler_state {
         struct pipe_sampler_state base;
-        struct mali_sampler_descriptor hw;
+        struct mali_sampler_descriptor midgard_hw;
+        struct bifrost_sampler_descriptor bifrost_hw;
 };
 
 /* Misnomer: Sampler view corresponds to textures, not samplers */