mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
nv50: add src_mask case for IF opcode
This commit is contained in:
parent
9f3644c423
commit
6a689783b9
1 changed files with 2 additions and 0 deletions
|
|
@ -1573,6 +1573,8 @@ nv50_tgsi_src_mask(const struct tgsi_full_instruction *insn, int c)
|
|||
case TGSI_OPCODE_RSQ:
|
||||
case TGSI_OPCODE_SCS:
|
||||
return 0x1;
|
||||
case TGSI_OPCODE_IF:
|
||||
return 0x1;
|
||||
case TGSI_OPCODE_LIT:
|
||||
return 0xb;
|
||||
case TGSI_OPCODE_TEX:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue