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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user