pan/mdg: Add pack_colour_32 opcode
[mesa.git] / src / panfrost / midgard / midgard.h
index 13e7bac210a3064b174d209a96126b7d9fdc1965..705bbd386cb9da29144b395b4781fcf8a2c14ba6 100644 (file)
@@ -415,6 +415,9 @@ typedef enum {
         /* Packs a colour from fp16 to a native format */
         midgard_op_pack_colour   = 0x09,
 
+        /* Likewise packs from fp32 */
+        midgard_op_pack_colour_32 = 0x0A,
+
         /* Unclear why this is on the L/S unit, but moves fp32 cube map
          * coordinates in r27 to its cube map texture coordinate destination
          * (e.g r29). */