Searched refs:D3D12GetDebugInterface (Results 1 – 8 of 8) sorted by relevance
303 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local311 …D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12… in get_debug_interface()312 if (!D3D12GetDebugInterface) { in get_debug_interface()318 if (FAILED(D3D12GetDebugInterface(&IID_ID3D12Debug, (void **)&debug))) { in get_debug_interface()
43 if (SUCCEEDED(D3D12GetDebugInterface(IID_PPV_ARGS(&debugController)))) in CreateD3DBackendContext()
800 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local808 …D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12… in get_debug_interface()809 if (!D3D12GetDebugInterface) { in get_debug_interface()815 if (FAILED(D3D12GetDebugInterface(IID_PPV_ARGS(&debug)))) { in get_debug_interface()
119 d3d12GetDebugInterface = &D3D12GetDebugInterface; in LoadD3D12()
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()
145 if (SUCCEEDED(D3D12GetDebugInterface(IID_PPV_ARGS(&dx12Debug)))) in CreateDeviceD3D()
258 if (SUCCEEDED(D3D12GetDebugInterface(IID_PPV_ARGS(&pdx12Debug)))) in CreateDeviceD3D()
406 if(SUCCEEDED(D3D12GetDebugInterface(IID_PPV_ARGS(&debug)))) in InitD3D()