Searched refs:D3D12GetDebugInterface (Results 1 – 4 of 4) sorted by relevance
299 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local308 …D3D12GetDebugInterface = (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()
43 if (SUCCEEDED(D3D12GetDebugInterface(IID_PPV_ARGS(&debugController)))) in CreateD3DBackendContext()
129 …PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)GetProcAddre… in enable_d3d12_debug_layer() local130 if (!D3D12GetDebugInterface) { in enable_d3d12_debug_layer()136 if (FAILED(D3D12GetDebugInterface(__uuidof(ID3D12Debug), (void **)& debug))) { in enable_d3d12_debug_layer()
804 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local806 …D3D12GetDebugInterface = (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()