Home
last modified time | relevance | path

Searched refs:kVendorID_Microsoft (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
DGPUInfo.h33 static constexpr PCIVendorID kVendorID_Microsoft = 0x1414; variable
DGPUInfo.cpp76 return vendorId == kVendorID_Microsoft && deviceId == kDeviceID_WARP; in IsWARP()