Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DBlit11.cpp1170 unsigned int srcPixelSize = srcSizeInfo.pixelBytes; in copyDepthStencilImpl() local
1172 unsigned int copySize = srcPixelSize; in copyDepthStencilImpl()
1203 copyOffset, copySize, srcPixelSize, destPixelSize, in copyDepthStencilImpl()
1209 copySize, srcPixelSize, destPixelSize, BlitD32FS8ToD32F); in copyDepthStencilImpl()
1214 copySize, srcPixelSize, destPixelSize, StretchedBlitNearest); in copyDepthStencilImpl()
/external/deqp/framework/common/
DtcuTextureUtil.cpp1140 const int srcPixelSize = src.getFormat().getPixelSize(); in copy() local
1144 const bool srcTightlyPacked = (srcPixelSize == srcPixelPitch); in copy()
1157 deMemcpy(dst.getPixelPtr(0, y, z), src.getPixelPtr(0, y, z), srcPixelSize*width); in copy()
1165 deMemcpy(dst.getPixelPtr(x, y, z), src.getPixelPtr(x, y, z), srcPixelSize); in copy()