mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 06:20:09 +01:00
pan/mdg: Always print the mask
Meaningful for fp16. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4793>
This commit is contained in:
parent
459cf59c61
commit
dfa7c26ff8
1 changed files with 1 additions and 3 deletions
|
|
@ -342,9 +342,7 @@ mir_print_instruction(midgard_instruction *ins)
|
|||
|
||||
if (ins->dest) {
|
||||
pan_print_alu_type(ins->dest_type, stdout);
|
||||
|
||||
if (ins->mask != 0xF)
|
||||
mir_print_mask(ins->mask);
|
||||
mir_print_mask(ins->mask);
|
||||
}
|
||||
|
||||
printf(", ");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue