Expand intentional Metal counter sets leak to Intel Gen11

Bug: chromium:1443658
Change-Id: I9a0fe75cacf31b5b22cd89468af2c854079a19a6
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/132900
Kokoro: Austin Eng <enga@chromium.org>
Reviewed-by: Stephen White <senorblanco@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
This commit is contained in:
Austin Eng 2023-05-15 21:28:34 +00:00 committed by Dawn LUCI CQ
parent 36aa48ce36
commit 8e42cfa7ea
1 changed files with 3 additions and 0 deletions

View File

@ -475,6 +475,9 @@ class PhysicalDevice : public PhysicalDeviceBase {
if (gpu_info::IsIntelGen7(vendorId, deviceId)) {
return true;
}
if (gpu_info::IsIntelGen11(vendorId, deviceId)) {
return true;
}
if (gpu_info::IsIntel(vendorId) && !IsMacOSVersionAtLeast(11)) {
return true;
}