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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DClearTile.cpp57 const uint8_t* dstFormattedColor,
84 memcpy(pDst, dstFormattedColor, dstBytesPerPixel);
124 uint8_t dstFormattedColor[16]; // max bpp is 128, so 16 is all we need here for one pixel local in function:StoreMacroTileClear::StoreClear
134 ConvertPixelFromFloat<DstFormat>(dstFormattedColor, srcColor);
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 DClearTile.cpp57 const uint8_t* dstFormattedColor,
84 memcpy(pDst, dstFormattedColor, dstBytesPerPixel);
124 uint8_t dstFormattedColor[16]; // max bpp is 128, so 16 is all we need here for one pixel local in function:StoreMacroTileClear::StoreClear
134 ConvertPixelFromFloat<DstFormat>(dstFormattedColor, srcColor);
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 8 milliseconds