intel/nir: remove unused prototypes

Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25814>
This commit is contained in:
Lionel Landwerlin 2024-02-27 18:47:36 +02:00 committed by Marge Bot
parent c16e58eabd
commit dde91d18c2
1 changed files with 0 additions and 4 deletions

View File

@ -165,10 +165,6 @@ void brw_nir_lower_fs_outputs(nir_shader *nir);
bool brw_nir_lower_cmat(nir_shader *nir, unsigned subgroup_size);
bool brw_nir_lower_shading_rate_output(nir_shader *nir);
bool brw_nir_lower_sparse_intrinsics(nir_shader *nir);
struct brw_nir_lower_storage_image_opts {
const struct intel_device_info *devinfo;