Home
last modified time | relevance | path

Searched refs:GetPCIInfo (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp56 properties->deviceID = mImpl->GetPCIInfo().deviceId; in GetProperties()
57 properties->vendorID = mImpl->GetPCIInfo().vendorId; in GetProperties()
58 properties->name = mImpl->GetPCIInfo().name.c_str(); in GetProperties()
97 const PCIInfo& Adapter::GetPCIInfo() const { in GetPCIInfo() function in dawn_native::Adapter
98 return mImpl->GetPCIInfo(); in GetPCIInfo()
DAdapter.h41 const PCIInfo& GetPCIInfo() const;
DAdapter.cpp84 const PCIInfo& AdapterBase::GetPCIInfo() const { in GetPCIInfo() function in dawn_native::AdapterBase
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp54 const PCIInfo& Adapter::GetPCIInfo() const { in GetPCIInfo() function in dawn_native::Adapter
55 return mImpl->GetPCIInfo(); in GetPCIInfo()
DAdapter.cpp33 const PCIInfo& AdapterBase::GetPCIInfo() const { in GetPCIInfo() function in dawn_native::AdapterBase
DAdapter.h33 const PCIInfo& GetPCIInfo() const;
/third_party/flutter/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h80 const PCIInfo& GetPCIInfo() const;
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DD3D12Info.cpp57 !gpu_info::IsIntel(adapter.GetPCIInfo().vendorId)) { in GatherDeviceInfo()
DDeviceD3D12.cpp590 PCIInfo pciInfo = GetAdapter()->GetPCIInfo(); in InitTogglesFromDriver()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.mm141 gpu_info::IsIntel(GetAdapter()->GetPCIInfo().vendorId) ? 83.333f : 1.0f;
202 const PCIInfo& pciInfo = GetAdapter()->GetPCIInfo();
220 if (gpu_info::IsIntel(this->GetAdapter()->GetPCIInfo().vendorId)) {
222 if (gpu_info::IsSkylake(this->GetAdapter()->GetPCIInfo().deviceId)) {
DBackendMTL.mm314 !(gpu_info::IsAMD(GetPCIInfo().vendorId) && IsMacOSVersionAtLeast(11));
/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp183 const dawn_native::PCIInfo& pci = adapter.GetPCIInfo(); in SetUp()
347 if (adapter.GetPCIInfo().vendorId == GetVendorIdFilter()) { in SetUp()
369 mPCIInfo = backendAdapter.GetPCIInfo(); in SetUp()
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h109 const PCIInfo& GetPCIInfo() const;