mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-19 17:40:32 +01:00
i965: Mention the mlen and rlen for URB reads.
This commit is contained in:
parent
da1502494b
commit
ffb5095d56
1 changed files with 5 additions and 0 deletions
|
|
@ -949,6 +949,11 @@ int brw_disasm (FILE *file, struct brw_instruction *inst, int gen)
|
|||
inst->bits3.urb.used, &space);
|
||||
err |= control (file, "urb complete", urb_complete,
|
||||
inst->bits3.urb.complete, &space);
|
||||
if (gen >= 5) {
|
||||
format (file, " mlen %d, rlen %d\n",
|
||||
inst->bits3.urb_gen5.msg_length,
|
||||
inst->bits3.urb_gen5.response_length);
|
||||
}
|
||||
break;
|
||||
case BRW_MESSAGE_TARGET_THREAD_SPAWNER:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue