r600g: add missing case for uint->flt conversion.
fixes some piglits like vs-decrement-uint.shader_test Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -176,6 +176,7 @@ static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *
|
||||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT:
|
||||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT_FLOOR:
|
||||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_INT_TO_FLT:
|
||||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_UINT_TO_FLT:
|
||||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_SIN:
|
||||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_COS:
|
||||
case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RNDNE:
|
||||
|
||||
Reference in New Issue
Block a user