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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_screen.cpp670 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; local in function:get_debug_interface
678 D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12GetDebugInterface");
679 if (!D3D12GetDebugInterface) {
680 debug_printf("D3D12: failed to load D3D12GetDebugInterface from D3D12.DLL\n");
685 if (FAILED(D3D12GetDebugInterface(IID_PPV_ARGS(&debug)))) {
686 debug_printf("D3D12: D3D12GetDebugInterface failed\n");
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dcompute_test.cpp87 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)GetProcAddress(hD3D12Mod, "D3D12GetDebugInterface"); local in function:ComputeTest::enable_d3d12_debug_layer
88 if (!D3D12GetDebugInterface) {
89 fprintf(stderr, "D3D12: failed to load D3D12GetDebugInterface from D3D12.DLL\n");
94 if (FAILED(D3D12GetDebugInterface(__uuidof(ID3D12Debug), (void **)& debug))) {
95 fprintf(stderr, "D3D12: D3D12GetDebugInterface failed\n");

Completed in 4 milliseconds