Searched refs:CreateDXGIFactory2 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_dxgi_screen.cpp49 PFN_CREATE_DXGI_FACTORY2 CreateDXGIFactory2; local in function:get_dxgi_factory
51 CreateDXGIFactory2 = (PFN_CREATE_DXGI_FACTORY2)util_dl_get_proc_address(dxgi_mod, "CreateDXGIFactory2");
52 if (!CreateDXGIFactory2) {
53 debug_printf("D3D12: failed to load CreateDXGIFactory2 from DXGI.DLL\n");
64 HRESULT hr = CreateDXGIFactory2(flags, IID_IDXGIFactory4, (void **)&factory);
66 debug_printf("D3D12: CreateDXGIFactory2 failed: %08x\n", hr);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst2836 - d3d12: Use CreateDXGIFactory2 and use the debug flag when appropriate

Completed in 129 milliseconds