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:

committed by
Marge Bot

parent
b79e85a93f
commit
5227b2db73
@@ -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");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user