Home
last modified time | relevance | path

Searched defs:D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC (Results 1 – 9 of 9) sorted by relevance

/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd3d11.py2072 D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC = Struct("D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC", [ variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11.h2260 typedef struct D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC { struct
2266 } D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC; argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11.h2260 typedef struct D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC { struct
2266 } D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC; argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Direct3D11/
H A Dmod.rs5361 pub struct D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC { struct
5364 pub Anonymous: D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC_0, argument
5366 impl ::core::marker::Copy for D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC {} argument
5367 impl ::core::clone::Clone for D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC { implementation
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3d11.h10703 typedef struct D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC struct
10711 } D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC; argument
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11.h11218 typedef struct D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC struct
11226 } D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC; argument
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11.h11218 typedef struct D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC struct
11226 } D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC; argument
/dports/multimedia/QtAV/QtAV-1.13.0/contrib/dxsdk/
H A Dd3d11.h11201 typedef struct D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC struct
11209 } D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D11/
H A Dmod.rs10052 pub struct D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC { struct
10055 pub Anonymous: D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC_0, argument
10057 impl D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC {} implementation
10058 impl ::std::default::Default for D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC { implementation
10063 impl ::std::cmp::PartialEq for D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC { implementation
10068 impl ::std::cmp::Eq for D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC {} implementation
10069 unsafe impl ::windows::runtime::Abi for D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC { implementation
25760 pub unsafe fn GetDesc(&self, pdesc: *mut D3D11_VIDEO_DECODER_OUTPUT_VIEW_DESC) { in GetDesc()