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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3DIf.cpp879 uint32_t cbFormatOps = cFormats * sizeof (FORMATOP); local
880 cbFormatOps = (cbFormatOps + 7) & ~3;
882 uint32_t offSurfDescs = (cbFormatOps + 7) & ~3;

Completed in 237 milliseconds