mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-18 01:15:39 +00:00
Detect integrated device type on Intel iGPUs.
Fix to prevent incorrectly reporting the device type. BUG=dawn:144 Change-Id: Ie1956d908b20649787aef785cd29f0f63f524431 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/6980 Reviewed-by: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Bryan Bernhart <bryan.bernhart@intel.com>
This commit is contained in:
committed by
Commit Bot service account
parent
974a150327
commit
efef0e4b1f
@@ -78,13 +78,6 @@ namespace {
|
||||
size_t slot;
|
||||
};
|
||||
|
||||
constexpr uint32_t kVendorID_AMD = 0x1002;
|
||||
constexpr uint32_t kVendorID_ARM = 0x13B5;
|
||||
constexpr uint32_t kVendorID_ImgTec = 0x1010;
|
||||
constexpr uint32_t kVendorID_Intel = 0x8086;
|
||||
constexpr uint32_t kVendorID_Nvidia = 0x10DE;
|
||||
constexpr uint32_t kVendorID_Qualcomm = 0x5143;
|
||||
|
||||
DawnTestEnvironment* gTestEnv = nullptr;
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user