freedreno: better manage our WFI's
[mesa.git] / src / gallium / drivers / freedreno / a3xx / fd3_texture.h
index a83f527366b1dca0bfc4b770b47da684d38a3dac..f7e5f0e650fab6bd6041a4d0f5ced9abfe3f9091 100644 (file)
@@ -51,6 +51,7 @@ fd3_sampler_stateobj(struct pipe_sampler_state *samp)
 struct fd3_pipe_sampler_view {
        struct pipe_sampler_view base;
        struct fd_resource *tex_resource;
+       uint32_t mipaddrs;
        uint32_t texconst0, texconst1, texconst2, texconst3;
 };