anv: Set correct fast clear value for depth during blorp operation
authorSagar Ghuge <sagar.ghuge@intel.com>
Fri, 9 Apr 2021 00:10:07 +0000 (17:10 -0700)
committerMarge Bot <eric+marge@anholt.net>
Wed, 14 Apr 2021 21:00:41 +0000 (21:00 +0000)
commitca01d68fb314507e513c6dada255a750e3774588
treed0fae356d772a00db6a210cd4748f731a240308d
parent660b4d6e25011a2479538928419eed981a4cdf2f
anv: Set correct fast clear value for depth during blorp operation

Previously, on the platforms which support the indirect clear color
values, we were just setting the clear color address and not enforcing
any clear color values but some of the blorp operations were using the
wrong fast clear value.

With this patch, we make sure to set the correct fast clear color value
during blorp operations.

Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com>
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9941>
src/intel/vulkan/anv_blorp.c