Home
last modified time | relevance | path

Searched refs:adapterProperties (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DAdapter.cpp111 WGPUDeviceProperties adapterProperties = {}; in GetAdapterProperties() local
112 adapterProperties.deviceID = mPCIInfo.deviceId; in GetAdapterProperties()
113 adapterProperties.vendorID = mPCIInfo.vendorId; in GetAdapterProperties()
114 adapterProperties.adapterType = static_cast<WGPUAdapterType>(mAdapterType); in GetAdapterProperties()
116 mSupportedFeatures.InitializeDeviceProperties(&adapterProperties); in GetAdapterProperties()
122 GetLimits(FromAPI(&adapterProperties.limits)); in GetAdapterProperties()
123 return adapterProperties; in GetAdapterProperties()
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp164 const TestAdapterProperties& adapterProperties) in AdapterTestParam() argument
165 : adapterProperties(adapterProperties), in AdapterTestParam()
171 os << ParamName(param.adapterProperties.backendType) << " " in operator <<()
172 << param.adapterProperties.adapterName; in operator <<()
177 if (param.adapterProperties.deviceID == 0x008C) { in operator <<()
178 std::string adapterType = AdapterTypeName(param.adapterProperties.adapterType); in operator <<()
550 for (const auto& adapterProperties : mAdapterProperties) { in GetAvailableAdapterTestParamsForBackends() local
551 if (params[i].backendType == adapterProperties.backendType && in GetAvailableAdapterTestParamsForBackends()
552 adapterProperties.selected) { in GetAvailableAdapterTestParamsForBackends()
553 testParams.push_back(AdapterTestParam(params[i], adapterProperties)); in GetAvailableAdapterTestParamsForBackends()
[all …]
DDawnNativeTest.cpp52 wgpu::AdapterProperties adapterProperties; in SetUp() local
53 currentAdapter.GetProperties(&adapterProperties); in SetUp()
55 if (adapterProperties.backendType == wgpu::BackendType::Null) { in SetUp()
DDawnTest.h155 const TestAdapterProperties& adapterProperties);
157 TestAdapterProperties adapterProperties; member
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.cpp94 wgpu::AdapterProperties adapterProperties; in SetUp() local
95 currentAdapter.GetProperties(&adapterProperties); in SetUp()
97 if (adapterProperties.backendType == wgpu::BackendType::Null) { in SetUp()