Searched refs:GPUInfo (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
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/ |
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/common/ |
D | CMakeLists.txt | 27 "GPUInfo.cpp" 28 "GPUInfo.h"
|
D | BUILD.gn | 179 "GPUInfo.cpp", 180 "GPUInfo.h",
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | GPUInfoTests.cpp | 27 TEST(GPUInfo, CompareD3DDriverVersion) { in TEST() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | DeviceMTL.mm | 17 #include "common/GPUInfo.h"
|
D | BackendMTL.mm | 18 #include "common/GPUInfo.h"
|
/third_party/openGLES/extensions/AMD/ |
D | WGL_AMD_gpu_association.txt | 464 6. Is GPUClock a good parameter for the GPUInfo structure? How should
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | WGL_AMD_gpu_association.txt | 464 6. Is GPUClock a good parameter for the GPUInfo structure? How should
|