Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.h42 PFN_D3D12_GET_DEBUG_INTERFACE d3d12GetDebugInterface = nullptr;
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPlatformFunctions.h41 PFN_D3D12_GET_DEBUG_INTERFACE d3d12GetDebugInterface = nullptr;
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.cpp669 typedef HRESULT(WINAPI *PFN_D3D12_GET_DEBUG_INTERFACE)(REFIID riid, void **ppFactory); in get_debug_interface() typedef
670 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface()
678 …D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12… in get_debug_interface()
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.cpp85 typedef HRESULT(WINAPI * PFN_D3D12_GET_DEBUG_INTERFACE)(REFIID riid, in enable_d3d12_debug_layer() typedef
87PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)GetProcAddre… in enable_d3d12_debug_layer()