Searched refs:dstBytesPerPixel (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | ClearTile.cpp | 58 UINT dstBytesPerPixel, 84 memcpy(pDst, dstFormattedColor, dstBytesPerPixel); 87 pDst += dstBytesPerPixel; 88 dstBytesPerRow += dstBytesPerPixel; 122 UINT dstBytesPerPixel = (FormatTraits<DstFormat>::bpp / 8); local in function:StoreMacroTileClear::StoreClear 143 StoreRasterTileClear<SrcFormat, DstFormat>::StoreClear(dstFormattedColor, dstBytesPerPixel, pDstSurface, (x + col), (y + row), renderTargetArrayIndex); 56 StoreClear(const uint8_t * dstFormattedColor,UINT dstBytesPerPixel,SWR_SURFACE_STATE * pDstSurface,UINT x,UINT y,uint32_t renderTargetArrayIndex) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | ClearTile.cpp | 58 UINT dstBytesPerPixel, 84 memcpy(pDst, dstFormattedColor, dstBytesPerPixel); 87 pDst += dstBytesPerPixel; 88 dstBytesPerRow += dstBytesPerPixel; 122 UINT dstBytesPerPixel = (FormatTraits<DstFormat>::bpp / 8); local in function:StoreMacroTileClear::StoreClear 143 StoreRasterTileClear<SrcFormat, DstFormat>::StoreClear(dstFormattedColor, dstBytesPerPixel, pDstSurface, (x + col), (y + row), renderTargetArrayIndex); 56 StoreClear(const uint8_t * dstFormattedColor,UINT dstBytesPerPixel,SWR_SURFACE_STATE * pDstSurface,UINT x,UINT y,uint32_t renderTargetArrayIndex) argument
|
Completed in 23 milliseconds