mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
r600g: make r[67]00 not bail out on PRED_SETNE_INT.
This commit is contained in:
parent
8b36958ceb
commit
d5bfcf73fd
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *
|
|||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_PRED_SETGT:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_PRED_SETGE:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_PRED_SETNE:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_PRED_SETNE_INT:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_DOT4_IEEE:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_CUBE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue