> loop in panfrost_emit_vertex_data() to do the right thing. But I think > we can get rid of ->vertex_buffer_count entirely and just do a > > for (int i = 0; i < ARRAY_SIZE(ctx->vertex_buffers); ++i) > > > } Sure, that's probably cleaner now that we're testing the mask. Will do for v2.