OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Jul 26 00:24:00 UTC 2026