From 8adeeaa7f21a939a3e9610c6e3684a9652f32546 Mon Sep 17 00:00:00 2001 From: Andreas Baierl Date: Mon, 9 Dec 2019 12:42:30 +0100 Subject: lima/parser: Add texture descriptor parser Signed-off-by: Andreas Baierl Part-of: --- src/gallium/drivers/lima/lima_texture.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gallium/drivers/lima/lima_texture.c') diff --git a/src/gallium/drivers/lima/lima_texture.c b/src/gallium/drivers/lima/lima_texture.c index 39433c05801..307cf8e2491 100644 --- a/src/gallium/drivers/lima/lima_texture.c +++ b/src/gallium/drivers/lima/lima_texture.c @@ -272,4 +272,9 @@ lima_update_textures(struct lima_context *ctx) lima_dump_command_stream_print( descs, size, false, "add textures_desc at va %x\n", lima_ctx_buff_va(ctx, lima_ctx_buff_pp_tex_desc, 0)); + + lima_dump_texture_descriptor( + descs, size, + lima_ctx_buff_va(ctx, lima_ctx_buff_pp_tex_desc, 0) + lima_tex_list_size, + lima_tex_list_size); } -- cgit v1.2.3