panfrost: Rewrite texture descriptor creation logic
[mesa.git] / src / gallium / drivers / panfrost / pan_context.h
index 1a5702613638e95e893868e70d3f49492245decb..375569d7c735288e531c303edd50b98f353e0115 100644 (file)
@@ -262,9 +262,7 @@ struct panfrost_sampler_state {
 
 struct panfrost_sampler_view {
         struct pipe_sampler_view base;
-        struct mali_texture_descriptor hw;
-        uint8_t astc_stretch;
-        bool manual_stride;
+        struct panfrost_bo *bo;
 };
 
 static inline struct panfrost_context *