intel: Use Clear Color struct size.
[mesa.git] / src / intel / isl / isl.h
index 0da6abb71d44cd5adbeb165ae94ca1ca0a9e038b..2edf0522e325e7a664c22c90bfb84fb773872de5 100644 (file)
@@ -963,6 +963,12 @@ struct isl_device {
       uint8_t aux_addr_offset;
 
       /* Rounded up to the nearest dword to simplify GPU memcpy operations. */
+
+      /* size of the state buffer used to store the clear color + extra
+       * additional space used by the hardware */
+      uint8_t clear_color_state_size;
+      uint8_t clear_color_state_offset;
+      /* size of the clear color itself - used to copy it to/from a BO */
       uint8_t clear_value_size;
       uint8_t clear_value_offset;
    } ss;