Home
last modified time | relevance | path

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

/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/tests/framework/shim/
H A Dshim.h86 struct DXGIAdapter { struct
87DXGIAdapter(fs::path const& manifest_path, GpuType gpu_preference, uint32_t known_driver_index, DX… in DXGIAdapter() function
144 std::vector<DXGIAdapter> dxgi_adapters;
H A Dshim_common.cpp235 …dxgi_adapters.push_back(DXGIAdapter(manifest_path, gpu_preference, known_driver_index, desc1, next…
/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Ddxgi_common.h289 typedef IDXGIAdapter1* DXGIAdapter; typedef
442 DXGICreateSoftwareAdapter(DXGIFactory factory, HMODULE module, DXGIAdapter* adapter) in DXGICreateSoftwareAdapter()
446 static INLINE HRESULT DXGIEnumAdapters(DXGIFactory factory, UINT id, DXGIAdapter* adapter) in DXGIEnumAdapters()
451 static INLINE HRESULT DXGIEnumAdapters2(DXGIFactory2 factory, UINT id, DXGIAdapter* adapter) in DXGIEnumAdapters2()
460 static INLINE ULONG DXGIReleaseAdapter(DXGIAdapter adapter) in DXGIReleaseAdapter()
464 static INLINE HRESULT DXGIEnumOutputs(DXGIAdapter adapter, UINT id, DXGIOutput* output) in DXGIEnumOutputs()
469 DXGICheckInterfaceSupport(DXGIAdapter adapter, REFGUID interface_name, LARGE_INTEGER* u_m_d_version) in DXGICheckInterfaceSupport()
473 static INLINE HRESULT DXGIGetAdapterDesc1(DXGIAdapter adapter, DXGI_ADAPTER_DESC1* desc) in DXGIGetAdapterDesc1()
H A Dd3d12_common.h1176 D3D12CreateDevice_(DXGIAdapter adapter, D3D_FEATURE_LEVEL MinimumFeatureLevel, D3D12Device* out) in D3D12CreateDevice_()
1358 DXGIAdapter adapter;
H A Dd3d12_common.c166 DXGIAdapter adapter = NULL; in d3d12_init_base()
H A Dd3d10_common.h1167 DXGIAdapter adapter;
H A Dd3d11_common.h2557 DXGIAdapter adapter;
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxWindowsPlatform.cpp152 IDXGIAdapter* DXGIAdapter; in CollectReports() local
161 if (queryD3DKMTStatistics && GetDXGIAdapter(&DXGIAdapter)) { in CollectReports()
168 DXGIAdapter->GetDesc(&adapterDesc); in CollectReports()
169 DXGIAdapter->Release(); in CollectReports()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxWindowsPlatform.cpp182 IDXGIAdapter* DXGIAdapter; in CollectReports() local
191 if (queryD3DKMTStatistics && GetDXGIAdapter(&DXGIAdapter)) { in CollectReports()
198 DXGIAdapter->GetDesc(&adapterDesc); in CollectReports()
199 DXGIAdapter->Release(); in CollectReports()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxWindowsPlatform.cpp164 IDXGIAdapter* DXGIAdapter; in CollectReports() local
173 if (queryD3DKMTStatistics && GetDXGIAdapter(&DXGIAdapter)) { in CollectReports()
180 DXGIAdapter->GetDesc(&adapterDesc); in CollectReports()
181 DXGIAdapter->Release(); in CollectReports()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxWindowsPlatform.cpp161 IDXGIAdapter* DXGIAdapter; in CollectReports() local
170 if (queryD3DKMTStatistics && GetDXGIAdapter(&DXGIAdapter)) { in CollectReports()
177 DXGIAdapter->GetDesc(&adapterDesc); in CollectReports()
178 DXGIAdapter->Release(); in CollectReports()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxWindowsPlatform.cpp164 IDXGIAdapter* DXGIAdapter; in CollectReports() local
173 if (queryD3DKMTStatistics && GetDXGIAdapter(&DXGIAdapter)) { in CollectReports()
180 DXGIAdapter->GetDesc(&adapterDesc); in CollectReports()
181 DXGIAdapter->Release(); in CollectReports()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxWindowsPlatform.cpp192 IDXGIAdapter *DXGIAdapter; in CollectReports() local
204 if (queryD3DKMTStatistics && GetDXGIAdapter(&DXGIAdapter)) { in CollectReports()
210 DXGIAdapter->GetDesc(&adapterDesc); in CollectReports()
211 DXGIAdapter->Release(); in CollectReports()