mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
tgsi: set correct src type for UP2H
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
parent
19db71807f
commit
f96f94966d
1 changed files with 1 additions and 0 deletions
|
|
@ -426,6 +426,7 @@ tgsi_opcode_infer_src_type( uint opcode )
|
|||
case TGSI_OPCODE_SAMPLE_I:
|
||||
case TGSI_OPCODE_SAMPLE_I_MS:
|
||||
case TGSI_OPCODE_UMUL_HI:
|
||||
case TGSI_OPCODE_UP2H:
|
||||
return TGSI_TYPE_UNSIGNED;
|
||||
case TGSI_OPCODE_IMUL_HI:
|
||||
case TGSI_OPCODE_I2F:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue