radeonsi: move nir_shader_compiler_options into si_screen
[mesa.git] / src / gallium / drivers / radeonsi / si_pipe.h
index cbef8667e9de9c79a5ede8ae72d504eca80f0c03..94103919fd4232e992b224900d56276f554e8252 100644 (file)
@@ -490,6 +490,7 @@ struct si_screen {
    struct disk_cache *disk_shader_cache;
 
    struct radeon_info info;
+   struct nir_shader_compiler_options nir_options;
    uint64_t debug_flags;
    char renderer_string[183];