Home
last modified time | relevance | path

Searched refs:dstBytesPerPixel (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DClearTile.cpp58 UINT dstBytesPerPixel, in StoreClear()
84 memcpy(pDst, dstFormattedColor, dstBytesPerPixel); in StoreClear()
87 pDst += dstBytesPerPixel; in StoreClear()
88 dstBytesPerRow += dstBytesPerPixel; in StoreClear()
122 UINT dstBytesPerPixel = (FormatTraits<DstFormat>::bpp / 8); in StoreClear() local
143 …asterTileClear<SrcFormat, DstFormat>::StoreClear(dstFormattedColor, dstBytesPerPixel, pDstSurface,… in StoreClear()