v3d: add new flag dirty TMU cache at v3d_compiler
[mesa.git] / src / gallium / drivers / v3d / v3d_format_table.h
index 8b8011351a162c4b2181eab9c64c3117c2c9f77b..b291708c3eda3febeda1bcdd6a70ac7a411e189d 100644 (file)
@@ -26,7 +26,7 @@
 #include <stdbool.h>
 #include <stdint.h>
 
-struct vc5_format {
+struct v3d_format {
         /** Set if the pipe format is defined in the table. */
         bool present;