mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
tgsi: fix the src type of TGSI_OPCODE_MEMBAR
It's a literal integer. The next commit will need this. Cc: 13.0 <mesa-stable@lists.freedesktop.org> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
16f49c16c7
commit
16ba04d6de
1 changed files with 1 additions and 0 deletions
|
|
@ -485,6 +485,7 @@ tgsi_opcode_infer_src_type( uint opcode )
|
|||
case TGSI_OPCODE_UMUL_HI:
|
||||
case TGSI_OPCODE_UP2H:
|
||||
case TGSI_OPCODE_U2I64:
|
||||
case TGSI_OPCODE_MEMBAR:
|
||||
return TGSI_TYPE_UNSIGNED;
|
||||
case TGSI_OPCODE_IMUL_HI:
|
||||
case TGSI_OPCODE_I2F:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue