panfrost/midgard/disasm: Correctly dump bias/LOD
[mesa.git] / src / gallium / drivers / panfrost / midgard / midgard.h
index 354d611e9df239db4e9f748802b428638bb6e3a1..9957ac5e41518c44aa089a2e9ac404f5fcd6a7ad 100644 (file)
@@ -577,9 +577,8 @@ __attribute__((__packed__))
          * fragment/vertex shader respectively. Compute as int(2^8 * biasf).
          *
          * For texel fetch, this is the LOD as is. */
-        unsigned bias  : 8;
-
-        unsigned unknown9  : 8;
+        unsigned bias : 8;
+        unsigned bias_int  : 8;
 
         unsigned texture_handle : 16;
         unsigned sampler_handle : 16;