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:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user