cell: add new debug flag (cache) to report texture cache stats on exit
[mesa.git] / src / gallium / drivers / cell / common.h
index 469d56cda8002636f53db3490f21433c80c8fc26..9ca4e9d67e7fa4f81dc0982acab461f3bf57f051 100644 (file)
 #define CELL_DEBUG_FRAGMENT_OPS         (1 << 3)
 #define CELL_DEBUG_FRAGMENT_OP_FALLBACK (1 << 4)
 #define CELL_DEBUG_CMD                  (1 << 5)
+#define CELL_DEBUG_CACHE                (1 << 6)
 
 /** Max instructions for doing per-fragment operations */
 #define SPU_MAX_FRAGMENT_OPS_INSTS 64