aco: shrink mad_info

From 24 bytes to 16 bytes.

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5281>
This commit is contained in:
Rhys Perry
2020-06-01 16:19:56 +01:00
committed by Marge Bot
parent 917260710f
commit 365d0aa6c5
+1 -1
View File
@@ -52,7 +52,7 @@ namespace aco {
struct mad_info {
aco_ptr<Instruction> add_instr;
uint32_t mul_temp_id;
uint32_t literal_idx;
uint16_t literal_idx;
bool check_literal;
mad_info(aco_ptr<Instruction> instr, uint32_t id)