mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 15:50:17 +01:00
tgsi: also dump label for TGSI_OPCODE_BGNSUB opcode
So we can see the label associated with subroutines. Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
1aa50339d8
commit
11bfee4c3a
1 changed files with 1 additions and 0 deletions
|
|
@ -606,6 +606,7 @@ iter_instruction(
|
|||
case TGSI_OPCODE_BGNLOOP:
|
||||
case TGSI_OPCODE_ENDLOOP:
|
||||
case TGSI_OPCODE_CAL:
|
||||
case TGSI_OPCODE_BGNSUB:
|
||||
TXT( " :" );
|
||||
UID( inst->Label.Label );
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue