blorp: convert fast clear color for unsupported formats
What does this MR do and why?
blorp: convert fast clear color for unsupported formats
This test is asserting on LNL :
dEQP-VK.pipeline.monolithic.sampler.border_swizzle.r8_srgb.gbar.custom.gather_1.no_swizzle_hint
Because blorp tries to setup a render target with L8_UNORM_SRGB (which
is mapped to the R8_UNORM_SRGB of Vulkan) but is not supported for
rendering.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 1c7fe9ad1b ("anv: Support fast clears in anv_CmdClearColorImage")
Edited by Lionel Landwerlin