anv: add no reloc flags on empty and simple bo paths.
[mesa.git] / src / intel / compiler / brw_nir.h
index 6a3a46384edf9ff974cebe7065f72c6eb32ef98e..1241e54fc5a150f1c1d1d584d23d197de97c476a 100644 (file)
@@ -194,6 +194,10 @@ nir_shader *brw_nir_create_passthrough_tcs(void *mem_ctx,
 
 bool brw_nir_move_interpolation_to_top(nir_shader *nir);
 bool brw_nir_demote_sample_qualifiers(nir_shader *nir);
+void brw_nir_populate_wm_prog_data(const nir_shader *shader,
+                                   const struct gen_device_info *devinfo,
+                                   const struct brw_wm_prog_key *key,
+                                   struct brw_wm_prog_data *prog_data);
 
 #ifdef __cplusplus
 }