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:
parent
36aa48ce36
commit
8e42cfa7ea
|
@ -475,6 +475,9 @@ class PhysicalDevice : public PhysicalDeviceBase {
|
||||||
if (gpu_info::IsIntelGen7(vendorId, deviceId)) {
|
if (gpu_info::IsIntelGen7(vendorId, deviceId)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
if (gpu_info::IsIntelGen11(vendorId, deviceId)) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
if (gpu_info::IsIntel(vendorId) && !IsMacOSVersionAtLeast(11)) {
|
if (gpu_info::IsIntel(vendorId) && !IsMacOSVersionAtLeast(11)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue