HomeSort by: relevance | last modified time | path
    Searched defs:dstBytesPerPixel (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/
ClearTile.cpp 58 UINT dstBytesPerPixel,
84 memcpy(pDst, dstFormattedColor, dstBytesPerPixel);
87 pDst += dstBytesPerPixel;
88 dstBytesPerRow += dstBytesPerPixel;
122 UINT dstBytesPerPixel = (FormatTraits<DstFormat>::bpp / 8);
143 StoreRasterTileClear<SrcFormat, DstFormat>::StoreClear(dstFormattedColor, dstBytesPerPixel, pDstSurface, (x + col), (y + row), renderTargetArrayIndex);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/
ClearTile.cpp 58 UINT dstBytesPerPixel,
84 memcpy(pDst, dstFormattedColor, dstBytesPerPixel);
87 pDst += dstBytesPerPixel;
88 dstBytesPerRow += dstBytesPerPixel;
122 UINT dstBytesPerPixel = (FormatTraits<DstFormat>::bpp / 8);
143 StoreRasterTileClear<SrcFormat, DstFormat>::StoreClear(dstFormattedColor, dstBytesPerPixel, pDstSurface, (x + col), (y + row), renderTargetArrayIndex);

Completed in 7 milliseconds