Mesa (main): brw/nir: remove unused function prototypes.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 13 23:13:27 UTC 2021


Module: Mesa
Branch: main
Commit: c4323dc846d1b894ab86ce7d0eb98409085c6a18
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4323dc846d1b894ab86ce7d0eb98409085c6a18

Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Oct 13 15:14:34 2021 +1000

brw/nir: remove unused function prototypes.

These got moved into common code a good while ago.

Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira at intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13328>

---

 src/intel/compiler/brw_nir.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/intel/compiler/brw_nir.h b/src/intel/compiler/brw_nir.h
index 1b325e8147f..bcaec8dbc26 100644
--- a/src/intel/compiler/brw_nir.h
+++ b/src/intel/compiler/brw_nir.h
@@ -124,10 +124,6 @@ bool brw_nir_lower_scoped_barriers(nir_shader *nir);
 
 bool brw_nir_lower_storage_image(nir_shader *nir,
                                  const struct intel_device_info *devinfo);
-void brw_nir_rewrite_image_intrinsic(nir_intrinsic_instr *intrin,
-                                     nir_ssa_def *index);
-void brw_nir_rewrite_bindless_image_intrinsic(nir_intrinsic_instr *intrin,
-                                              nir_ssa_def *handle);
 
 bool brw_nir_lower_mem_access_bit_sizes(nir_shader *shader,
                                         const struct



More information about the mesa-commit mailing list