pan/mdg: More concise RMU name
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10393>
This commit is contained in:
committed by
Marge Bot
parent
7752b09ade
commit
fa68c8bca9
@@ -202,7 +202,7 @@ print_alu_reg(FILE *fp, unsigned reg, bool is_write)
|
||||
else if (reg == REGISTER_LDST_BASE || reg == REGISTER_LDST_BASE + 1)
|
||||
fprintf(fp, "AL%u", reg - REGISTER_LDST_BASE);
|
||||
else if (is_uniform)
|
||||
fprintf(fp, "RMU%u", uniform_reg);
|
||||
fprintf(fp, "U%u", uniform_reg);
|
||||
else if (reg == 31 && !is_write)
|
||||
fprintf(fp, "PC_SP");
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user