mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
panfrost/midgard/disasm: Add missing space
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
f4ee8d055c
commit
289405392d
1 changed files with 2 additions and 2 deletions
|
|
@ -1127,14 +1127,14 @@ print_texture_word(uint32_t *word, unsigned tabs)
|
|||
if (texture->offset_z != 1)
|
||||
printf(" /* z = %d */", texture->offset_z);
|
||||
|
||||
printf(",");
|
||||
printf(", ");
|
||||
} else if (texture->offset_x || texture->offset_y || texture->offset_z) {
|
||||
printf(" + <%d, %d, %d>, ",
|
||||
texture->offset_x,
|
||||
texture->offset_y,
|
||||
texture->offset_z);
|
||||
} else {
|
||||
printf(",");
|
||||
printf(", ");
|
||||
}
|
||||
|
||||
if (texture->lod_register) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue