mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
tgsi: Dump TXP opcode.
This commit is contained in:
parent
8901a46a74
commit
e5b1a53c9f
1 changed files with 4 additions and 2 deletions
|
|
@ -459,7 +459,8 @@ static const char *TGSI_OPCODES[] =
|
|||
"OPCODE_IFC",
|
||||
"OPCODE_BREAKC",
|
||||
"OPCODE_KIL",
|
||||
"OPCODE_END"
|
||||
"OPCODE_END",
|
||||
"OPCODE_TXP"
|
||||
};
|
||||
|
||||
static const char *TGSI_OPCODES_SHORT[] =
|
||||
|
|
@ -597,7 +598,8 @@ static const char *TGSI_OPCODES_SHORT[] =
|
|||
"IFC",
|
||||
"BREAKC",
|
||||
"KIL",
|
||||
"END"
|
||||
"END",
|
||||
"TXP"
|
||||
};
|
||||
|
||||
static const char *TGSI_SATS[] =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue