panfrost/midgard: Identify the in_reg_full field
[mesa.git] / src / gallium / drivers / panfrost / midgard / midgard_compile.c
index e7c093e9a29ddfbbe827cedf23513caf1231c612..651cdd61a5b5de3d8ab0d73adc98267ef41835a3 100644 (file)
@@ -1377,12 +1377,10 @@ emit_tex(compiler_context *ctx, nir_tex_instr *instr)
                         .mask = 0xF,
 
                         /* TODO: half */
-                        //.in_reg_full = 1,
+                        .in_reg_full = 1,
                         .in_reg_swizzle = SWIZZLE_XYZW,
                         .out_full = 1,
 
-                        .filter = 1,
-
                         /* Always 1 */
                         .unknown7 = 1,