brw: annotation send instructions with surface handles generated with exec_all

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29663>
This commit is contained in:
Lionel Landwerlin
2024-06-07 18:50:04 +03:00
committed by Marge Bot
parent b79e85a93f
commit 5227b2db73
3 changed files with 52 additions and 20 deletions

View File

@@ -2709,6 +2709,9 @@ fs_visitor::dump_instruction_to_file(const fs_inst *inst, FILE *file, const brw:
if (inst->exec_size != dispatch_width)
fprintf(file, "group%d ", inst->group);
if (inst->has_no_mask_send_params)
fprintf(file, "NoMaskParams ");
fprintf(file, "\n");
}