radeonsi: fix compiler selection for fixed-func TCS

Reviewed-by: Pierre-Eric
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40589>
This commit is contained in:
Marek Olšák 2026-03-20 23:54:52 -04:00 committed by Marge Bot
parent 55f5253976
commit e1a845c042

View file

@ -4505,6 +4505,7 @@ bool si_set_tcs_to_fixed_func_shader(struct si_context *sctx)
}
sctx->shader.tcs.cso = tcs;
sctx->shader.tcs.key.ge.use_aco = tcs->info.base.use_aco_amd;
return true;
}