Home
last modified time | relevance | path

Searched defs:GPUInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTargetParser.cpp25 struct GPUInfo { struct
26 StringLiteral Name;
27 StringLiteral CanonicalName;
28 AMDGPU::GPUKind Kind;
29 unsigned Features;
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DGPUInfoTests.cpp27 TEST(GPUInfo, CompareD3DDriverVersion) { in TEST() argument
/third_party/mesa3d/src/freedreno/common/
Dfreedreno_devices.py92 class GPUInfo(Struct): class