panfrost: Call util_blitter_save_fragment_constant_buffer_slot

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5858>
This commit is contained in:
Alyssa Rosenzweig 2020-07-14 16:58:57 -04:00 committed by Marge Bot
parent e16f59c316
commit 3d13870ee2
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ panfrost_blitter_save(
util_blitter_save_fragment_sampler_views(blitter,
ctx->sampler_view_count[PIPE_SHADER_FRAGMENT],
(struct pipe_sampler_view **)&ctx->sampler_views[PIPE_SHADER_FRAGMENT]);
util_blitter_save_fragment_constant_buffer_slot(blitter,
ctx->constant_buffer[PIPE_SHADER_FRAGMENT].cb);
}
static bool