Home
last modified time | relevance | path

Searched refs:D3D12GetDebugInterface (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/microsoft/vulkan/
Ddzn_util.c299 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local
308D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12… in get_debug_interface()
309 if (!D3D12GetDebugInterface) { in get_debug_interface()
314 if (FAILED(D3D12GetDebugInterface(&IID_ID3D12Debug, (void **)&debug))) { in get_debug_interface()
/external/skia/tools/gpu/d3d/
DD3DTestUtils.cpp43 if (SUCCEEDED(D3D12GetDebugInterface(IID_PPV_ARGS(&debugController)))) in CreateD3DBackendContext()
/external/mesa3d/src/microsoft/clc/
Dcompute_test.cpp129 …PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)GetProcAddre… in enable_d3d12_debug_layer() local
130 if (!D3D12GetDebugInterface) { in enable_d3d12_debug_layer()
136 if (FAILED(D3D12GetDebugInterface(__uuidof(ID3D12Debug), (void **)& debug))) { in enable_d3d12_debug_layer()
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.cpp804 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local
806D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12… in get_debug_interface()
807 if (!D3D12GetDebugInterface) { in get_debug_interface()
812 if (FAILED(D3D12GetDebugInterface(IID_PPV_ARGS(&debug)))) { in get_debug_interface()