mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 12:50:10 +01:00
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:
parent
7752b09ade
commit
fa68c8bca9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue