Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTargetParser.cpp25 struct GPUInfo { struct
26 StringLiteral Name;
27 StringLiteral CanonicalName;
28 AMDGPU::GPUKind Kind;
29 unsigned Features;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TargetParser/
H A DTargetParser.cpp24 struct GPUInfo { struct
25 StringLiteral Name;
26 StringLiteral CanonicalName;
27 AMDGPU::GPUKind Kind;
28 unsigned Features;
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dtest_log.proto115 message GPUInfo { message
/aosp_15_r20/external/mesa3d/src/freedreno/common/
H A Dfreedreno_devices.py92 class GPUInfo(Struct): class