mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
nv50/ir/tgsi: handle inferSrcType(NOT) to be u32
This commit is contained in:
parent
658c0bee71
commit
cd6d63fa60
1 changed files with 1 additions and 0 deletions
|
|
@ -361,6 +361,7 @@ nv50_ir::DataType Instruction::inferSrcType() const
|
|||
case TGSI_OPCODE_AND:
|
||||
case TGSI_OPCODE_OR:
|
||||
case TGSI_OPCODE_XOR:
|
||||
case TGSI_OPCODE_NOT:
|
||||
case TGSI_OPCODE_U2F:
|
||||
case TGSI_OPCODE_UADD:
|
||||
case TGSI_OPCODE_UDIV:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue