vc4: Add disasm for A-file unpack operations.
authorEric Anholt <eric@anholt.net>
Fri, 22 Aug 2014 21:16:19 +0000 (14:16 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 23 Sep 2014 20:40:10 +0000 (13:40 -0700)
commitb7edf30191cae945b4836d683762d0ebed6efbfe
treea34f70efde9b3678e88bb8ef4aa0f070e350de28
parent71e5ba9c011939c962018af7f3ca78b600c95148
vc4: Add disasm for A-file unpack operations.

The A-file unpack is just like R4 unpack, except that if you don't do a
floating-point operation it won't do float conversion (so int16 gets
scaled up to int32).
src/gallium/drivers/vc4/vc4_qpu_defines.h
src/gallium/drivers/vc4/vc4_qpu_disasm.c
src/gallium/drivers/vc4/vc4_qpu_emit.c