r600g: add r600 version of UINT_TO_FLT conversion.
authorDave Airlie <airlied@redhat.com>
Sat, 14 Jan 2012 21:59:29 +0000 (21:59 +0000)
committerDave Airlie <airlied@redhat.com>
Sat, 14 Jan 2012 22:03:28 +0000 (22:03 +0000)
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/r600/r600_asm.c

index a71b94fa4473b794764ba182e08279f9cfcce8d7..fd4ec43498ca192682dea3e639e25cb2ed0e3486 100644 (file)
@@ -104,6 +104,7 @@ static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *
                case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RECIPSQRT_IEEE:
                case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT:
                case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_INT_TO_FLT:
+               case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_UINT_TO_FLT:
                case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_SIN:
                case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_COS:
                case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RNDNE: