Home
last modified time | relevance | path

Searched refs:dwBpp (Results 1 – 7 of 7) sorted by relevance

/dports/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9/src/
H A Dsavage_accel.c42 static int GetTileAperturePitch(unsigned long dwWidth, unsigned long dwBpp);
62 static int GetTileAperturePitch(unsigned long dwWidth, unsigned long dwBpp) in GetTileAperturePitch() argument
64 switch (dwBpp) { in GetTileAperturePitch()
80 static int GetTileAperturePitch2000(unsigned long dwWidth, unsigned long dwBpp, int lDelta) in GetTileAperturePitch2000() argument
82 switch (dwBpp) { in GetTileAperturePitch2000()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/ThirdParty/DirectShowSamples/
H A Dvideoctl.h81 STDMETHODIMP SetDisplayMode(DWORD dwWidth,DWORD dwHeight,DWORD dwBpp);
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/vp/hal/
H A Dvphal_renderer.cpp128 uint32_t dwBpp; in VpHal_PixelsToBytes() local
131 dwBpp = 0; in VpHal_PixelsToBytes()
133 dwBpp = dwPixels * (iBpp>>3); in VpHal_PixelsToBytes()
136 return dwBpp; in VpHal_PixelsToBytes()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/vp/hal/
H A Dvphal_renderer.cpp128 uint32_t dwBpp; in VpHal_PixelsToBytes() local
131 dwBpp = 0; in VpHal_PixelsToBytes()
133 dwBpp = dwPixels * (iBpp>>3); in VpHal_PixelsToBytes()
136 return dwBpp; in VpHal_PixelsToBytes()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/DisplayDevices/
H A Dmod.rs3515 pub dwBpp: u32,
3530 …ht", &self.dwHeight).field("dwWidth", &self.dwWidth).field("dwBpp", &self.dwBpp).field("dwRefreshR…
3536 …Height == other.dwHeight && self.dwWidth == other.dwWidth && self.dwBpp == other.dwBpp && self.dwR…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/DirectDraw/
H A Dmod.rs4031 pub dwBpp: u32, field
5737 pub dwBpp: u32, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectDraw/
H A Dmod.rs7456 pub dwBpp: u32, field
7471 …ht", &self.dwHeight).field("dwWidth", &self.dwWidth).field("dwBpp", &self.dwBpp).field("dwRefreshR… in fmt()
7477 …Height == other.dwHeight && self.dwWidth == other.dwWidth && self.dwBpp == other.dwBpp && self.dwR… in eq()