Home
last modified time | relevance | path

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

123456789

/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/microsoft/vulkan/
H A Ddzn_util.cpp74 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local
82D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)GetProcAddress(d3d12_mod, "D3D12GetDebugIn… in get_debug_interface()
83 if (!D3D12GetDebugInterface) { in get_debug_interface()
89 if (FAILED(D3D12GetDebugInterface(IID_PPV_ARGS(&debug)))) { in get_debug_interface()
/dports/graphics/vkd3d/vkd3d-1.2/crosslibs/
H A Dd3d12.cross64.def5 D3D12GetDebugInterface @102
H A Dd3d12.cross32.def5 D3D12GetDebugInterface@8 @102
/dports/graphics/vkd3d/vkd3d-1.2/libs/vkd3d-utils/
H A Dvkd3d_utils.map8 D3D12GetDebugInterface;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dd3d12.def5 D3D12GetDebugInterface
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib32/
H A Dd3d12.def5 D3D12GetDebugInterface@8
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dd3d12.def5 D3D12GetDebugInterface
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib32/
H A Dd3d12.def5 D3D12GetDebugInterface@8
/dports/www/firefox/firefox-99.0/third_party/rust/d3d12/src/
H A Ddebug.rs31 winapi::um::d3d12::D3D12GetDebugInterface( in get_interface()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/d3d12/src/
H A Ddebug.rs31 winapi::um::d3d12::D3D12GetDebugInterface( in get_interface()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/d3d12/src/
H A Ddebug.rs31 winapi::um::d3d12::D3D12GetDebugInterface( in get_interface()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/d3d12/src/
H A Ddebug.rs34 winapi::um::d3d12::D3D12GetDebugInterface( in get_interface()
/dports/graphics/rx/rx-0.4.0/cargo-crates/d3d12-0.3.0/src/
H A Ddebug.rs34 winapi::um::d3d12::D3D12GetDebugInterface( in get_interface()
/dports/graphics/vkd3d/vkd3d-1.2/include/
H A Dvkd3d_utils.h45 HRESULT WINAPI D3D12GetDebugInterface(REFIID iid, void **debug);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/d3d/
H A DD3DTestUtils.cpp43 if (SUCCEEDED(D3D12GetDebugInterface(IID_PPV_ARGS(&debugController)))) in CreateD3DBackendContext()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/gpu/d3d/
H A DD3DTestUtils.cpp43 if (SUCCEEDED(D3D12GetDebugInterface(IID_PPV_ARGS(&debugController)))) in CreateD3DBackendContext()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_screen.cpp670 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local
678D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12… in get_debug_interface()
679 if (!D3D12GetDebugInterface) { in get_debug_interface()
685 if (FAILED(D3D12GetDebugInterface(IID_PPV_ARGS(&debug)))) { in get_debug_interface()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_screen.cpp670 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local
678D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12… in get_debug_interface()
679 if (!D3D12GetDebugInterface) { in get_debug_interface()
685 if (FAILED(D3D12GetDebugInterface(IID_PPV_ARGS(&debug)))) { in get_debug_interface()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_screen.cpp670 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local
678D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12… in get_debug_interface()
679 if (!D3D12GetDebugInterface) { in get_debug_interface()
685 if (FAILED(D3D12GetDebugInterface(IID_PPV_ARGS(&debug)))) { in get_debug_interface()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_screen.cpp670 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local
678D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12… in get_debug_interface()
679 if (!D3D12GetDebugInterface) { in get_debug_interface()
685 if (FAILED(D3D12GetDebugInterface(IID_PPV_ARGS(&debug)))) { in get_debug_interface()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_screen.cpp670 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local
678D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12… in get_debug_interface()
679 if (!D3D12GetDebugInterface) { in get_debug_interface()
685 if (FAILED(D3D12GetDebugInterface(IID_PPV_ARGS(&debug)))) { in get_debug_interface()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_screen.cpp670 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local
678D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12… in get_debug_interface()
679 if (!D3D12GetDebugInterface) { in get_debug_interface()
685 if (FAILED(D3D12GetDebugInterface(IID_PPV_ARGS(&debug)))) { in get_debug_interface()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_screen.cpp670 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local
678D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12… in get_debug_interface()
679 if (!D3D12GetDebugInterface) { in get_debug_interface()
685 if (FAILED(D3D12GetDebugInterface(IID_PPV_ARGS(&debug)))) { in get_debug_interface()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_screen.cpp670 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local
678D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12… in get_debug_interface()
679 if (!D3D12GetDebugInterface) { in get_debug_interface()
685 if (FAILED(D3D12GetDebugInterface(IID_PPV_ARGS(&debug)))) { in get_debug_interface()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/d3d12/
H A Dd3d12_screen.cpp670 PFN_D3D12_GET_DEBUG_INTERFACE D3D12GetDebugInterface; in get_debug_interface() local
678D3D12GetDebugInterface = (PFN_D3D12_GET_DEBUG_INTERFACE)util_dl_get_proc_address(d3d12_mod, "D3D12… in get_debug_interface()
679 if (!D3D12GetDebugInterface) { in get_debug_interface()
685 if (FAILED(D3D12GetDebugInterface(IID_PPV_ARGS(&debug)))) { in get_debug_interface()

123456789