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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DClearTile.cpp79 UINT dstBytesPerRow = 0; local in function:StoreRasterTileClear::StoreClear
88 dstBytesPerRow += dstBytesPerPixel;
98 memcpy(pDst, pDstTile, dstBytesPerRow);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DClearTile.cpp79 UINT dstBytesPerRow = 0; local in function:StoreRasterTileClear::StoreClear
88 dstBytesPerRow += dstBytesPerPixel;
98 memcpy(pDst, pDstTile, dstBytesPerRow);

Completed in 3 milliseconds