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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user