diff --git a/src/freedreno/ir3/ir3_compiler_nir.c b/src/freedreno/ir3/ir3_compiler_nir.c index 0dd03e4e88f..34534e9dd95 100644 --- a/src/freedreno/ir3/ir3_compiler_nir.c +++ b/src/freedreno/ir3/ir3_compiler_nir.c @@ -5750,7 +5750,7 @@ ir3_compile_shader_nir(struct ir3_compiler *compiler, } if (so->type == MESA_SHADER_FRAGMENT && - ctx->s->info.fs.require_full_quads) { + ctx->s->info.fs.needs_full_quad_helper_invocations) { so->need_full_quad = true; }