panfrost/decode: Print negative_start
[mesa.git] / src / gallium / drivers / panfrost / pandecode / decode.c
index 966bce6ebd7db81a6f3e0b83d4d017e118e98c63..20f789dc9f8dd73bdb79b0fc83a49a8972ada2d5 100644 (file)
@@ -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) {