Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6476>
static void
pandecode_vertex_tiler_prefix(struct mali_vertex_tiler_prefix *p, int job_no, bool graphics)
{
- pandecode_log(".prefix = {\n");
- pandecode_indent++;
-
/* Decode invocation_count. See the comment before the definition of
* invocation_count for an explanation.
*/
pandecode_validate_buffer(primitive.indices, primitive.index_count * size);
} else if (primitive.index_type)
pandecode_msg("XXX: unexpected index size\n");
-
- pandecode_indent--;
- pandecode_log("},\n");
}
static void