nir/print: Don't print shared_size twice
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27318>
This commit is contained in:
committed by
Marge Bot
parent
0ab3b3c641
commit
449e44d6d3
@@ -2401,7 +2401,6 @@ print_shader_info(const struct shader_info *info, FILE *fp)
|
||||
info->workgroup_size[1],
|
||||
info->workgroup_size[2],
|
||||
info->workgroup_size_variable ? " (variable)" : "");
|
||||
fprintf(fp, "shared-size: %u\n", info->shared_size);
|
||||
}
|
||||
|
||||
fprintf(fp, "stage: %d\n"
|
||||
|
||||
Reference in New Issue
Block a user