Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_util.c303 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local
311 D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12GetDebugInterface"); in get_debug_interface()
312 if (!D3D12GetDebugInterface) { in get_debug_interface()
313 mesa_loge("failed to load D3D12GetDebugInterface from D3D12.DLL\n"); in get_debug_interface()
318 if (FAILED(D3D12GetDebugInterface(&IID_ID3D12Debug, (void **)&debug))) { in get_debug_interface()
319 mesa_loge("D3D12GetDebugInterface failed\n"); in get_debug_interface()
/third_party/skia/tools/gpu/d3d/
H A DD3DTestUtils.cpp43 if (SUCCEEDED(D3D12GetDebugInterface(IID_PPV_ARGS(&debugController)))) in CreateD3DBackendContext()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DPlatformFunctions.cpp119 d3d12GetDebugInterface = &D3D12GetDebugInterface; in LoadD3D12()
129 !mD3D12Lib.GetProc(&d3d12GetDebugInterface, "D3D12GetDebugInterface", &error) || in LoadD3D12()
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.cpp129 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)GetProcAddress(hD3D12Mod, "D3D12GetDebugInterface"); in enable_d3d12_debug_layer() local
130 if (!D3D12GetDebugInterface) { in enable_d3d12_debug_layer()
131 fprintf(stderr, "D3D12: failed to load D3D12GetDebugInterface from D3D12.DLL\n"); in enable_d3d12_debug_layer()
136 if (FAILED(D3D12GetDebugInterface(__uuidof(ID3D12Debug), (void **)& debug))) { in enable_d3d12_debug_layer()
137 fprintf(stderr, "D3D12: D3D12GetDebugInterface failed\n"); in enable_d3d12_debug_layer()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_screen.cpp800 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local
808 D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12GetDebugInterface"); in get_debug_interface()
809 if (!D3D12GetDebugInterface) { in get_debug_interface()
810 debug_printf("D3D12: failed to load D3D12GetDebugInterface from D3D12.DLL\n"); in get_debug_interface()
815 if (FAILED(D3D12GetDebugInterface(IID_PPV_ARGS(&debug)))) { in get_debug_interface()
816 debug_printf("D3D12: D3D12GetDebugInterface failed\n"); in get_debug_interface()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/
H A Dmain.cpp258 if (SUCCEEDED(D3D12GetDebugInterface(IID_PPV_ARGS(&pdx12Debug)))) in CreateDeviceD3D()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12Sample.cpp406 if(SUCCEEDED(D3D12GetDebugInterface(IID_PPV_ARGS(&debug)))) in InitD3D()

Completed in 8 milliseconds