Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/d3d/
H A DD3DTestUtils.cpp28 if (SUCCEEDED(D3D12CreateDevice(pAdapter, D3D_FEATURE_LEVEL_11_0, _uuidof(ID3D12Device), in get_hardware_adapter()
59 if (!SUCCEEDED(D3D12CreateDevice(hardwareAdapter.get(), in CreateD3DBackendContext()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_util.c356 PFN_D3D12CREATEDEVICE D3D12CreateDevice; in d3d12_create_device() local
377 D3D12CreateDevice = (PFN_D3D12CREATEDEVICE)util_dl_get_proc_address(d3d12_mod, "D3D12CreateDevice"); in d3d12_create_device()
378 if (!D3D12CreateDevice) { in d3d12_create_device()
379 mesa_loge("failed to load D3D12CreateDevice from D3D12\n"); in d3d12_create_device()
384 if (SUCCEEDED(D3D12CreateDevice(adapter, D3D_FEATURE_LEVEL_11_0, in d3d12_create_device()
389 mesa_loge("D3D12CreateDevice failed\n"); in d3d12_create_device()
/third_party/mesa3d/src/gallium/targets/libgl-gdi/tests/
H A Dwgl_tests.cpp200 if (FAILED(D3D12CreateDevice(nullptr, D3D_FEATURE_LEVEL_11_0, IID_PPV_ARGS(&info_queue))) || in TEST_F()
225 if (FAILED(D3D12CreateDevice(nullptr, D3D_FEATURE_LEVEL_11_0, IID_PPV_ARGS(&device)))) in TEST_F()
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.cpp197 PFN_D3D12CREATEDEVICE D3D12CreateDevice; in create_device() local
212 D3D12CreateDevice = (PFN_D3D12CREATEDEVICE)GetProcAddress(hD3D12Mod, "D3D12CreateDevice"); in create_device()
213 if (!D3D12CreateDevice) in create_device()
214 throw runtime_error("failed to load D3D12CreateDevice from D3D12.DLL"); in create_device()
217 if (FAILED(D3D12CreateDevice(adapter, D3D_FEATURE_LEVEL_12_0, in create_device()
219 throw runtime_error("D3D12CreateDevice failed"); in create_device()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DPlatformFunctions.cpp118 d3d12CreateDevice = &D3D12CreateDevice; in LoadD3D12()
128 !mD3D12Lib.GetProc(&d3d12CreateDevice, "D3D12CreateDevice", &error) || in LoadD3D12()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_screen.cpp852 PFN_D3D12CREATEDEVICE D3D12CreateDevice; in create_device() local
872 D3D12CreateDevice = (PFN_D3D12CREATEDEVICE)util_dl_get_proc_address(d3d12_mod, "D3D12CreateDevice"); in create_device()
873 if (!D3D12CreateDevice) { in create_device()
874 debug_printf("D3D12: failed to load D3D12CreateDevice from D3D12.DLL\n"); in create_device()
879 if (SUCCEEDED(D3D12CreateDevice(adapter, D3D_FEATURE_LEVEL_11_0, in create_device()
883 debug_printf("D3D12: D3D12CreateDevice failed\n"); in create_device()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/
H A Dmain.cpp264 if (D3D12CreateDevice(NULL, featureLevel, IID_PPV_ARGS(&g_pd3dDevice)) != S_OK) in CreateDeviceD3D()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp791 PFN_D3D12_CREATE_DEVICE D3D12CreateDevice = nullptr; in initializeD3DDevice() local
815 D3D12CreateDevice = reinterpret_cast<PFN_D3D12_CREATE_DEVICE>( in initializeD3DDevice()
816 GetProcAddress(mD3d12Module, "D3D12CreateDevice")); in initializeD3DDevice()
817 if (D3D12CreateDevice == nullptr) in initializeD3DDevice()
820 << "Could not retrieve D3D12CreateDevice address."; in initializeD3DDevice()
856 result = callD3D11On12CreateDevice(D3D12CreateDevice, D3D11On12CreateDevice, true); in initializeD3DDevice()
873 callD3D11On12CreateDevice(D3D12CreateDevice, D3D11On12CreateDevice, true); in initializeD3DDevice()
892 result = callD3D11On12CreateDevice(D3D12CreateDevice, D3D11On12CreateDevice, false); in initializeD3DDevice()
909 callD3D11On12CreateDevice(D3D12CreateDevice, D3D11On12CreateDevice, false); in initializeD3DDevice()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12Sample.cpp390 HRESULT hr = D3D12CreateDevice(adapter, MY_D3D_FEATURE_LEVEL, _uuidof(ID3D12Device), nullptr); in InitD3D()
412 CHECK_HR( D3D12CreateDevice( in InitD3D()

Completed in 17 milliseconds