Searched refs:adapterDesc (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/d3d/ |
D | GrD3DCaps.cpp | 137 DXGI_ADAPTER_DESC adapterDesc; in init() local 138 GR_D3D_CALL_ERRCHECK(adapter->GetDesc(&adapterDesc)); in init() 161 this->initShaderCaps(adapterDesc.VendorId, optionsDesc); in init() 163 this->initFormatTable(adapterDesc, device); in init() 167 this->applyDriverCorrectnessWorkarounds(adapterDesc.VendorId); in init() 348 void GrD3DCaps::initFormatTable(const DXGI_ADAPTER_DESC& adapterDesc, ID3D12Device* device) { in initFormatTable() argument 359 info.init(adapterDesc, device, format); in initFormatTable() 387 info.init(adapterDesc, device, format); in initFormatTable() 416 info.init(adapterDesc, device, format); in initFormatTable() 435 info.init(adapterDesc, device, format); in initFormatTable() [all …]
|
D | GrD3DCaps.h | 173 void initSampleCounts(const DXGI_ADAPTER_DESC& adapterDesc, ID3D12Device*, DXGI_FORMAT);
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 2093 DXGI_ADAPTER_DESC adapterDesc; in GetDeviceType() local 2094 dxgiAdapter->GetDesc(&adapterDesc); in GetDeviceType() 2095 adapterString = std::wstring(adapterDesc.Description); in GetDeviceType() 2388 const DXGI_ADAPTER_DESC &adapterDesc, in InitializeFeatures() argument 2391 bool isNvidia = IsNvidia(adapterDesc.VendorId); in InitializeFeatures() 2392 bool isIntel = IsIntel(adapterDesc.VendorId); in InitializeFeatures() 2397 bool isAMD = IsAMD(adapterDesc.VendorId); in InitializeFeatures() 2405 isSkylake = IsSkylake(adapterDesc.DeviceId); in InitializeFeatures() 2406 isBroadwell = IsBroadwell(adapterDesc.DeviceId); in InitializeFeatures() 2407 isHaswell = IsHaswell(adapterDesc.DeviceId); in InitializeFeatures() [all …]
|
D | renderer11_utils.h | 323 const DXGI_ADAPTER_DESC &adapterDesc,
|
D | Renderer11.cpp | 3914 DXGI_ADAPTER_DESC adapterDesc; in getLUID() local 3915 if (FAILED(mDxgiAdapter->GetDesc(&adapterDesc))) in getLUID() 3920 *adapterLuid = adapterDesc.AdapterLuid; in getLUID()
|