mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 08:30:10 +01:00
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:
parent
00f0fae037
commit
fe989df347
1 changed files with 1 additions and 2 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue