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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/
H A DVBoxMPIf.h633 UINT Pitch = (w + 3) / 4; /* <- pitch size in blocks */ local
634 Pitch *= 8; /* <- pitch size in bytes */
635 return Pitch;
642 UINT Pitch = (w + 3) / 4; /* <- pitch size in blocks */ local
643 Pitch *= 8; /* <- pitch size in bytes */
644 return Pitch;
650 UINT Pitch = bpp * w; local
652 return VBOXWDDM_ROUNDBOUND(Pitch, 8) >> 3;
666 UINT Pitch = w / 4; /* <- pitch size in blocks */ local
667 Pitch *
675 UINT Pitch = w / 4; /* <- pitch size in blocks */ local
683 UINT Pitch = bpp * w; local
727 vboxWddmCalcWidthForPitch(UINT Pitch, D3DDDIFORMAT enmFormat) argument
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8types.h1102 INT Pitch; member in struct:_D3DLOCKED_RECT
H A Dd3d9types.h1404 INT Pitch; member in struct:_D3DLOCKED_RECT
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d8types.h1099 INT Pitch; member in struct:_D3DLOCKED_RECT
H A Dd3d9types.h1400 INT Pitch; member in struct:_D3DLOCKED_RECT
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h2361 INT Pitch; member in struct:_WINED3DLOCKED_RECT
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h2362 INT Pitch; member in struct:_WINED3DLOCKED_RECT
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2361 INT Pitch; member in struct:_WINED3DLOCKED_RECT
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.h2356 INT Pitch; member in struct:_WINED3DLOCKED_RECT
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2361 INT Pitch; member in struct:_WINED3DLOCKED_RECT

Completed in 482 milliseconds