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

/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_accel.c1557 unsigned int bytesPerLine; local in function:CTNAME
1568 bytesPerLine = w * (bpp >> 3);
1573 dwords = (((skipleft + bytesPerLine + 0x7) & ~0x7)) >> 2;
1638 ctSETHEIGHTWIDTHGO(h, bytesPerLine);
1650 ctSETHEIGHTWIDTHGO(h, bytesPerLine);
1665 ctSETHEIGHTWIDTHGO(h, bytesPerLine);
1682 unsigned int bytesPerLine;
1689 bytesPerLine = w * (bpp >> 3);
1691 dwords = (((bytesPerLine + 0x7) & ~0x7)) >> 2;
1705 ctSETHEIGHTWIDTHGO(h, bytesPerLine);
[all...]
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dsvga_reg.h805 * backing store in GMR memory and the bytesPerLine for the backing
944 * (bytesPerLine * size.width * 4 + PAGE_SIZE - 1) / PAGE_SIZE
948 * driver pad bytesPerLine for a potential performance win.
964 * optional. When set backingPtr and bytesPerLine will be ignored.
1344 uint32 bytesPerLine; member in struct:__anon2480ccb20e08
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga_reg.h1051 * backing store in GMR memory and the bytesPerLine for the backing
1209 * (bytesPerLine * size.width * 4 + PAGE_SIZE - 1) / PAGE_SIZE
1213 * driver pad bytesPerLine for a potential performance win.
1229 * optional. When set backingPtr and bytesPerLine will be ignored.
1645 uint32 bytesPerLine; member in struct:__anonea0e1c882308
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga_reg.h1051 * backing store in GMR memory and the bytesPerLine for the backing
1209 * (bytesPerLine * size.width * 4 + PAGE_SIZE - 1) / PAGE_SIZE
1213 * driver pad bytesPerLine for a potential performance win.
1229 * optional. When set backingPtr and bytesPerLine will be ignored.
1645 uint32 bytesPerLine; member in struct:__anon6cda5f7b2308

Completed in 53 milliseconds