radeonsi: use si_get_indirect_index for TEMP indexing
[mesa.git] / src / gallium / drivers / vc4 / vc4_screen.h
index 295633db4695975d3b349c6d22a22ade8b1d8970..85108219ee3babc434c3c3ac3921aa4d8b8b9d32 100644 (file)
@@ -48,6 +48,7 @@ struct vc4_bo;
 #define VC4_DEBUG_ALWAYS_SYNC  0x0100
 #define VC4_DEBUG_NIR       0x0200
 #define VC4_DEBUG_DUMP      0x0400
+#define VC4_DEBUG_SURFACE   0x0800
 
 #define VC4_MAX_MIP_LEVELS 12
 #define VC4_MAX_TEXTURE_SAMPLERS 16
@@ -94,6 +95,7 @@ struct vc4_screen {
         bool has_control_flow;
         bool has_etc1;
         bool has_threaded_fs;
+        bool has_tiling_ioctl;
 
         struct vc4_simulator_file *sim_file;
 };