Mesa (master): etnaviv: delete not used struct

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 2 17:13:32 UTC 2020


Module: Mesa
Branch: master
Commit: 34f776386cae077a934f67c6db2be16fa866bc38
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=34f776386cae077a934f67c6db2be16fa866bc38

Author: Christian Gmeiner <christian.gmeiner at gmail.com>
Date:   Mon Jun 29 16:22:28 2020 +0200

etnaviv: delete not used struct

Signed-off-by: Christian Gmeiner <christian.gmeiner at gmail.com>
Acked-by: Jonathan Marek <jonathan at marek.ca>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5690>

---

 src/gallium/drivers/etnaviv/etnaviv_compiler_nir_emit.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/gallium/drivers/etnaviv/etnaviv_compiler_nir_emit.h b/src/gallium/drivers/etnaviv/etnaviv_compiler_nir_emit.h
index 564db9052f4..7551ba38cbb 100644
--- a/src/gallium/drivers/etnaviv/etnaviv_compiler_nir_emit.h
+++ b/src/gallium/drivers/etnaviv/etnaviv_compiler_nir_emit.h
@@ -153,13 +153,6 @@ const_src(struct state *state, nir_const_value *value, unsigned num_components)
    return SRC_CONST(i - 1, swiz);
 }
 
-struct ssa_reg {
-   uint8_t idx;
-   uint8_t src_swizzle;
-   uint8_t dst_swizzle;
-   uint8_t write_mask;
-};
-
 /* Swizzles and write masks can be used to layer virtual non-interfering
  * registers on top of the real VEC4 registers. For example, the virtual
  * VEC3_XYZ register and the virtual SCALAR_W register that use the same



More information about the mesa-commit mailing list