mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
pan/decode: Add missing format specifier
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
This commit is contained in:
parent
dc342aaac3
commit
23376c2d35
1 changed files with 1 additions and 1 deletions
|
|
@ -1646,7 +1646,7 @@ pandecode_vertex_tiler_prefix(struct mali_vertex_tiler_prefix *p, int job_no, bo
|
|||
|
||||
if (!canonical) {
|
||||
pandecode_msg("XXX: non-canonical workgroups packing\n");
|
||||
pandecode_msg("expected: %X, %d, %d, %d, %d, %d\n",
|
||||
pandecode_msg("expected: %X, %d, %d, %d, %d, %d, %d\n",
|
||||
ref.invocation_count,
|
||||
ref.size_y_shift,
|
||||
ref.size_z_shift,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue