Searched refs:D3D12CreateDevice (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_screen.cpp716 PFN_D3D12CREATEDEVICE D3D12CreateDevice; local in function:create_device
743 D3D12CreateDevice = (PFN_D3D12CREATEDEVICE)util_dl_get_proc_address(d3d12_mod, "D3D12CreateDevice");
744 if (!D3D12CreateDevice) {
745 debug_printf("D3D12: failed to load D3D12CreateDevice from D3D12.DLL\n");
750 if (SUCCEEDED(D3D12CreateDevice(adapter, D3D_FEATURE_LEVEL_11_0,
754 debug_printf("D3D12: D3D12CreateDevice failed\n");
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/libgl-gdi/tests/
H A Dwgl_tests.cpp181 if (FAILED(D3D12CreateDevice(nullptr, D3D_FEATURE_LEVEL_11_0, IID_PPV_ARGS(&info_queue))) ||
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dcompute_test.cpp155 PFN_D3D12CREATEDEVICE D3D12CreateDevice; local in function:ComputeTest::create_device
170 D3D12CreateDevice = (PFN_D3D12CREATEDEVICE)GetProcAddress(hD3D12Mod, "D3D12CreateDevice");
171 if (!D3D12CreateDevice)
172 throw runtime_error("failed to load D3D12CreateDevice from D3D12.DLL");
175 if (FAILED(D3D12CreateDevice(adapter, D3D_FEATURE_LEVEL_12_0,
177 throw runtime_error("D3D12CreateDevice failed");

Completed in 6 milliseconds