radeonsi: clean prefer_mono for the blit VS

This was missed when I was reworking shader key updates.

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13048>
This commit is contained in:
Marek Olšák 2021-09-25 13:15:37 -04:00 committed by Marge Bot
parent 73b036306c
commit 678b6cdc8b
1 changed files with 1 additions and 0 deletions

View File

@ -1814,6 +1814,7 @@ void si_vs_key_update_inputs(struct si_context *sctx)
if (vs->info.base.vs.blit_sgprs_amd) {
si_clear_vs_key_inputs(sctx, key, &key->part.vs.prolog);
key->opt.prefer_mono = 0;
return;
}