Searched refs:GPUInfo (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | TargetParser.cpp | 25 struct GPUInfo { struct 32 constexpr GPUInfo R600GPUs[26] = { 65 constexpr GPUInfo AMDGCNGPUs[37] = { 107 const GPUInfo *getArchEntry(AMDGPU::GPUKind AK, ArrayRef<GPUInfo> Table) { in getArchEntry() 108 GPUInfo Search = { {""}, {""}, AK, AMDGPU::FEATURE_NONE }; in getArchEntry() 111 [](const GPUInfo &A, const GPUInfo &B) { in getArchEntry()
|
/third_party/mesa3d/src/freedreno/common/ |
H A D | freedreno_devices.py | 83 class GPUInfo(Struct): class 106 class A6xxGPUInfo(GPUInfo): 153 ], GPUInfo( 166 ], GPUInfo( 178 ], GPUInfo( 193 ], GPUInfo(
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | GPUInfoTests.cpp | 17 #include "common/GPUInfo.h" 27 TEST(GPUInfo, CompareD3DDriverVersion) { in TEST()
|
Completed in 1 milliseconds