Searched defs:u64Bpp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DVBoxVideoWinDbg.cpp102 ULONG64 u64Bpp = 32; local
131 if (pExpr && GetExpressionEx(pExpr, &u64Bpp, &pExpr))
133 if (!u64Bpp) { dprintf("bpp value can not be NULL\n"); return; }
137 u64DefaultPitch = (((((u64Width * u64Bpp) + 7) >> 3) + 3) & ~3ULL);
148 u64Mem, (UINT)u64Width, (UINT)u64Height, (UINT)u64Bpp, (UINT)u64Pitch);
216 switch (u64Bpp)
263 u64Bpp *= 4;
280 Bmp.bmBitsPixel = (WORD)u64Bpp;

Completed in 41 milliseconds