radv: enable DCC stores with the LLVM backend

Just to make it consistent compared to ACO.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10436>
This commit is contained in:
Samuel Pitoiset 2021-04-23 15:06:27 +02:00 committed by Marge Bot
parent 00f0fae037
commit fe989df347

View file

@ -283,8 +283,7 @@ radv_image_use_dcc_image_stores(const struct radv_device *device, const struct r
*/
return device->physical_device->rad_info.chip_class == GFX10 ||
(device->physical_device->rad_info.chip_class == GFX10_3 &&
(device->instance->perftest_flags & RADV_PERFTEST_DCC_STORES) &&
!device->physical_device->use_llvm);
(device->instance->perftest_flags & RADV_PERFTEST_DCC_STORES));
}
/*