intel/compiler: Make brw_nir_populate_wm_prog_data() static

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13629>
This commit is contained in:
Caio Oliveira
2021-05-17 15:25:26 -07:00
parent 732cfa525f
commit c4355d3f24
2 changed files with 1 additions and 5 deletions

View File

@@ -191,10 +191,6 @@ 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 intel_device_info *devinfo,
const struct brw_wm_prog_key *key,
struct brw_wm_prog_data *prog_data);
#ifdef __cplusplus
}