nvir: bump max encoding size of instructions
[mesa.git] / src / gallium / drivers / nouveau / codegen / nv50_ir_target.h
index afeca14d7d11d0a401aebb15da223449bb481ffd..0f7db1165773d1526010f307bc1aa5f73d32983d 100644 (file)
@@ -200,7 +200,7 @@ public:
       uint8_t dstMods;
       uint16_t srcFiles[3];
       uint16_t dstFiles;
-      unsigned int minEncSize  : 4;
+      unsigned int minEncSize  : 5;
       unsigned int vector      : 1;
       unsigned int predicate   : 1;
       unsigned int commutative : 1;