Home
last modified time | relevance | path

Searched refs:CounterBitDepth (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d12video.h822 UINT CounterBitDepth; member
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d12video.h822 UINT CounterBitDepth; member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Direct3D11/
H A Dmod.rs1641 pub CounterBitDepth: u32, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D11/
H A Dmod.rs3434 pub CounterBitDepth: u32, field
3447 …ponents).field("BinCount", &self.BinCount).field("CounterBitDepth", &self.CounterBitDepth).finish() in fmt()
3453 …ther.Components && self.BinCount == other.BinCount && self.CounterBitDepth == other.CounterBitDepth in eq()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs2084 pub CounterBitDepth: u32, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/MediaFoundation/
H A Dmod.rs1043 pub CounterBitDepth: u32,
1064 .field("CounterBitDepth", &self.CounterBitDepth)
1071 …ther.Components && self.BinCount == other.BinCount && self.CounterBitDepth == other.CounterBitDepth