Searched refs:sizeout (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_gp.c1824 unsigned long sizein, sizeout; local in function:gp_rotate_blt
1841 sizeout = ((height << 16) | width);
1849 sizein = sizeout = ((width << 16) | height);
1857 sizeout = ((height << 16) | width);
1863 sizein = sizeout = ((width << 16) | height);
1884 WRITE_COMMAND32(GP3_BLT_WID_HEIGHT, sizeout);

Completed in 17 milliseconds