mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
tgsi: Dump source register divide component.
This commit is contained in:
parent
221adbd601
commit
feb02084a8
1 changed files with 5 additions and 0 deletions
|
|
@ -1047,6 +1047,11 @@ dump_instruction_short(
|
|||
CHR( ')' );
|
||||
}
|
||||
|
||||
if (src->SrcRegisterExtSwz.ExtDivide != TGSI_EXTSWIZZLE_ONE) {
|
||||
CHR( '/' );
|
||||
ENM( src->SrcRegisterExtSwz.ExtDivide, TGSI_EXTSWIZZLES_SHORT );
|
||||
}
|
||||
|
||||
first_reg = FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue