Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DClearTile.cpp57 const uint8_t* dstFormattedColor, in StoreClear()
84 memcpy(pDst, dstFormattedColor, dstBytesPerPixel); in StoreClear()
124 uint8_t dstFormattedColor[16]; // max bpp is 128, so 16 is all we need here for one pixel in StoreClear() local
134 ConvertPixelFromFloat<DstFormat>(dstFormattedColor, srcColor); in StoreClear()
143 …StoreRasterTileClear<SrcFormat, DstFormat>::StoreClear(dstFormattedColor, dstBytesPerPixel, pDstSu… in StoreClear()