radeonsi: handle pipe_aligned in compute_expand_fmask

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12449>
This commit is contained in:
Marek Olšák 2021-08-17 18:55:16 -04:00 committed by Marge Bot
parent 0c39597734
commit 550f859c53

View file

@ -706,7 +706,7 @@ void si_compute_expand_fmask(struct pipe_context *ctx, struct pipe_resource *tex
return;
si_make_CB_shader_coherent(sctx, tex->nr_samples, true,
true /* DCC is not possible with image stores */);
((struct si_texture*)tex)->surface.u.gfx9.color.dcc.pipe_aligned);
/* Save states. */
struct pipe_image_view saved_image = {0};