diff --git a/src/freedreno/ir3/ir3_compiler_nir.c b/src/freedreno/ir3/ir3_compiler_nir.c index d4e227ebe9f..a1f7858176f 100644 --- a/src/freedreno/ir3/ir3_compiler_nir.c +++ b/src/freedreno/ir3/ir3_compiler_nir.c @@ -5775,6 +5775,10 @@ ir3_compile_shader_nir(struct ir3_compiler *compiler, if (so->type == MESA_SHADER_FRAGMENT && ctx->s->info.fs.needs_quad_helper_invocations) { so->need_pixlod = true; + } + + if (so->type == MESA_SHADER_FRAGMENT && + ctx->s->info.fs.require_full_quads) { so->need_full_quad = true; }