nvc0/ir: fix TargetNVC0::insnCanLoadOffset()
[mesa.git] / src / gallium / drivers / freedreno / freedreno_gmem.h
index 6598ea9cc8b6167adfce00ebdf751a4558432d60..07e13f573288e7546192d5e157c7bd68795148c1 100644 (file)
@@ -57,6 +57,7 @@ struct fd_gmem_stateobj {
        uint16_t bin_w, nbins_x;
        uint16_t minx, miny;
        uint16_t width, height;
+       uint16_t maxpw, maxph;   /* maximum pipe width/height */
 };
 
 struct fd_batch;