radeonsi: lower IO intrinsics - complete rewrite of input/output scanning
[mesa.git] / src / amd / common / ac_binary.h
index d7dbb2db32e60f0b4d313a829c1eb8085216234e..0d981423696a061e37935e816d0e4f378e4cf94f 100644 (file)
@@ -32,6 +32,8 @@
 extern "C" {
 #endif
 
+struct radeon_info;
+
 struct ac_shader_config {
        unsigned num_sgprs;
        unsigned num_vgprs;
@@ -51,6 +53,7 @@ struct ac_shader_config {
 void ac_parse_shader_binary_config(const char *data, size_t nbytes,
                                   unsigned wave_size,
                                   bool really_needs_scratch,
+                                  const struct radeon_info *info,
                                   struct ac_shader_config *conf);
 
 #ifdef __cplusplus