Revert "radeonsi: remove 8 bytes from si_shader_key with uint32_t ff_tcs_inputs_to_copy"
[mesa.git] / src / gallium / drivers / radeonsi / si_shader.h
index 60fe86609b54e37215cb3ee54d3f8ee2e95f0e72..018bae70066b34d63494809a75b233da659d9915 100644 (file)
@@ -492,8 +492,7 @@ struct si_shader_key {
                uint8_t         vs_fix_fetch[SI_MAX_ATTRIBS];
 
                union {
-                       /* Don't use "uint64_t" in order to get 32-bit alignment. */
-                       uint32_t        ff_tcs_inputs_to_copy[2]; /* for fixed-func TCS */
+                       uint64_t        ff_tcs_inputs_to_copy; /* for fixed-func TCS */
                        /* When PS needs PrimID and GS is disabled. */
                        unsigned        vs_export_prim_id:1;
                } u;