mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
panfrost/decode: Print negative_start
This property slipped through.. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
This commit is contained in:
parent
9237204400
commit
4fcd3189ae
1 changed files with 2 additions and 0 deletions
|
|
@ -985,6 +985,8 @@ pandecode_replay_vertex_tiler_prefix(struct mali_vertex_tiler_prefix *p, int job
|
|||
if (p->index_count)
|
||||
pandecode_prop("index_count = MALI_POSITIVE(%" PRId32 ")", p->index_count + 1);
|
||||
|
||||
pandecode_prop("negative_start = %d", p->negative_start);
|
||||
|
||||
DYN_MEMORY_PROP(p, job_no, indices);
|
||||
|
||||
if (p->zero1) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue