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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user