tgsi: add DFMA to the opcode infer functions.
authorDave Airlie <airlied@redhat.com>
Wed, 1 Jul 2015 05:31:13 +0000 (06:31 +0100)
committerDave Airlie <airlied@redhat.com>
Sat, 11 Jul 2015 07:05:56 +0000 (08:05 +0100)
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/auxiliary/tgsi/tgsi_info.c

index 4b16ef387f35782119f12fd91fac7e53f453d634..8da42b9846875699858d3e22ae93f53e2513519e 100644 (file)
@@ -381,6 +381,7 @@ tgsi_opcode_infer_type( uint opcode )
       return TGSI_TYPE_SIGNED;
    case TGSI_OPCODE_DADD:
    case TGSI_OPCODE_DABS:
+   case TGSI_OPCODE_DFMA:
    case TGSI_OPCODE_DNEG:
    case TGSI_OPCODE_DMUL:
    case TGSI_OPCODE_DMAX: