Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/common/
DGPUInfo.cpp33 const std::array<uint32_t, 20> Kabylake = { variable
98 return std::find(Kabylake.cbegin(), Kabylake.cend(), deviceId) != Kabylake.cend(); in IsKabylake()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddriver_utils.cpp64 const uint32_t Kabylake[] = {0x5916, 0x5913, 0x5906, 0x5926, 0x5921, 0x5915, 0x590E, variable
131 return std::find(std::begin(Kabylake), std::end(Kabylake), DeviceId) != std::end(Kabylake); in IsKabylake()