nvc0: add compute invocation counter
[mesa.git] / src / gallium / drivers / nouveau / nouveau_heap.h
index a3d64a65623938b3da1a8438f7c58350aab475a1..99f610ed4c8d70206ebfcc5d1107e006d4aed8c1 100644 (file)
  * full size of the heap.
  */
 struct nouveau_heap {
-       struct nouveau_heap *prev;
-       struct nouveau_heap *next;
+   struct nouveau_heap *prev;
+   struct nouveau_heap *next;
 
-       void *priv;
+   void *priv;
 
-       unsigned start;
-       unsigned size;
+   unsigned start;
+   unsigned size;
 
-       int in_use;
+   int in_use;
 };
 
 int