mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 18:00:10 +01:00
r600g: add RECIP_INT, PRED_SETE_INT to r600_bytecode_get_num_operands
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=50315 Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com> Tested-by: Kai Wasserbäch <kai@dev.carbon-project.org> Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
parent
35f302d97e
commit
482041a538
1 changed files with 2 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *
|
|||
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_PRED_SETE_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:
|
||||
|
|
@ -103,6 +104,7 @@ static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *
|
|||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_LOG_IEEE:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RECIP_CLAMPED:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RECIP_IEEE:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RECIP_INT:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RECIP_UINT:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RECIPSQRT_CLAMPED:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RECIPSQRT_IEEE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue