Searched refs:adapterDesc (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/ganesh/d3d/ |
D | GrD3DCaps.cpp | 148 DXGI_ADAPTER_DESC adapterDesc; in init() local 149 GR_D3D_CALL_ERRCHECK(adapter->GetDesc(&adapterDesc)); in init() 180 this->initShaderCaps(adapterDesc.VendorId, optionsDesc); in init() 182 this->initFormatTable(adapterDesc, device); in init() 186 this->applyDriverCorrectnessWorkarounds(adapterDesc.VendorId); in init() 359 void GrD3DCaps::initFormatTable(const DXGI_ADAPTER_DESC& adapterDesc, ID3D12Device* device) { in initFormatTable() argument 370 info.init(adapterDesc, device, format); in initFormatTable() 398 info.init(adapterDesc, device, format); in initFormatTable() 434 info.init(adapterDesc, device, format); in initFormatTable() 453 info.init(adapterDesc, device, format); in initFormatTable() [all …]
|
D | GrD3DCaps.h | 175 void initSampleCounts(const DXGI_ADAPTER_DESC& adapterDesc, ID3D12Device*, DXGI_FORMAT);
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 2195 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local 2196 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType() 2197 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType() 2492 const DXGI_ADAPTER_DESC &adapterDesc, in InitializeFeatures() argument 2495 bool isNvidia = IsNvidia(adapterDesc.VendorId); in InitializeFeatures() 2496 bool isIntel = IsIntel(adapterDesc.VendorId); in InitializeFeatures() 2501 bool isAMD = IsAMD(adapterDesc.VendorId); in InitializeFeatures() 2509 isSkylake = IsSkylake(adapterDesc.DeviceId); in InitializeFeatures() 2510 isBroadwell = IsBroadwell(adapterDesc.DeviceId); in InitializeFeatures() 2511 isHaswell = IsHaswell(adapterDesc.DeviceId); in InitializeFeatures() [all …]
|
D | renderer11_utils.h | 309 const DXGI_ADAPTER_DESC &adapterDesc, 312 void InitializeFrontendFeatures(const DXGI_ADAPTER_DESC &adapterDesc,
|
D | Renderer11.cpp | 4120 DXGI_ADAPTER_DESC adapterDesc; in getLUID() local 4121 if (FAILED(mDxgiAdapter->GetDesc(&adapterDesc))) in getLUID() 4126 *adapterLuid = adapterDesc.AdapterLuid; in getLUID()
|