ilo: hook up pipe context query functions
[mesa.git] / src / gallium / auxiliary / vl / vl_defines.h
index c53d15c26803eea87537a65130a6b9ec02a7c47c..6f20706c647d07cf58a01386498c06bcf6aa4228 100644 (file)
@@ -35,7 +35,8 @@
 #define VL_BLOCK_WIDTH 8
 #define VL_BLOCK_HEIGHT 8
 
-#define VL_MAX_PLANES 3
+#define VL_NUM_COMPONENTS 3
+#define VL_MAX_SURFACES (VL_NUM_COMPONENTS * 2)
 #define VL_MAX_REF_FRAMES 2
 
 #endif