Searched refs:adapterProperties (Results 1 – 5 of 5) sorted by relevance
111 WGPUDeviceProperties adapterProperties = {}; in GetAdapterProperties() local112 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()
164 const TestAdapterProperties& adapterProperties) in AdapterTestParam() argument165 : 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() local551 if (params[i].backendType == adapterProperties.backendType && in GetAvailableAdapterTestParamsForBackends()552 adapterProperties.selected) { in GetAvailableAdapterTestParamsForBackends()553 testParams.push_back(AdapterTestParam(params[i], adapterProperties)); in GetAvailableAdapterTestParamsForBackends()[all …]
52 wgpu::AdapterProperties adapterProperties; in SetUp() local53 currentAdapter.GetProperties(&adapterProperties); in SetUp()55 if (adapterProperties.backendType == wgpu::BackendType::Null) { in SetUp()
155 const TestAdapterProperties& adapterProperties);157 TestAdapterProperties adapterProperties; member
94 wgpu::AdapterProperties adapterProperties; in SetUp() local95 currentAdapter.GetProperties(&adapterProperties); in SetUp()97 if (adapterProperties.backendType == wgpu::BackendType::Null) { in SetUp()