From 34f776386cae077a934f67c6db2be16fa866bc38 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Mon, 29 Jun 2020 16:22:28 +0200 Subject: [PATCH] etnaviv: delete not used struct Signed-off-by: Christian Gmeiner Acked-by: Jonathan Marek Part-of: --- 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 -- 2.30.2