freedreno/a3xx/compiler: refactor trans_samp()
[mesa.git] / src / gallium / drivers / freedreno / freedreno_gmem.h
index 1082d542a91afb8c620e5a50da084d465821b4f4..c7c687419b4ad77d8288a17325684476ef342091 100644 (file)
@@ -50,7 +50,9 @@ struct fd_gmem_stateobj {
        uint cpp;
        uint16_t bin_h, nbins_y;
        uint16_t bin_w, nbins_x;
+       uint16_t minx, miny;
        uint16_t width, height;
+       bool has_zs;  /* gmem config using depth/stencil? */
 };
 
 void fd_gmem_render_tiles(struct pipe_context *pctx);