Home
last modified time | relevance | path

Searched refs:DiscreteGPU (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp85 case wgpu::AdapterType::DiscreteGPU: in GetDeviceType()
86 return DeviceType::DiscreteGPU; in GetDeviceType()
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h54 DiscreteGPU, enumerator
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DAdapterD3D12.cpp89 : wgpu::AdapterType::DiscreteGPU; in InitializeImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DAdapterVk.cpp77 mAdapterType = wgpu::AdapterType::DiscreteGPU; in InitializeImpl()
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp69 case wgpu::AdapterType::DiscreteGPU: in AdapterTypeName()
325 mDevicePreferences.push_back(dawn_native::DeviceType::DiscreteGPU); in ParseArgs()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DBackendMTL.mm261 mAdapterType = wgpu::AdapterType::DiscreteGPU;