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.cpp1166 unsigned int srcPixelSize = srcSizeInfo.pixelBytes; in copyDepthStencilImpl() local
1168 unsigned int copySize = srcPixelSize; in copyDepthStencilImpl()
1199 copyOffset, copySize, srcPixelSize, destPixelSize, in copyDepthStencilImpl()
1205 copySize, srcPixelSize, destPixelSize, BlitD32FS8ToD32F); in copyDepthStencilImpl()
1210 copySize, srcPixelSize, destPixelSize, StretchedBlitNearest); in copyDepthStencilImpl()
/external/deqp/framework/common/
DtcuTextureUtil.cpp1064 const int srcPixelSize = src.getFormat().getPixelSize(); in copy() local
1068 const bool srcTightlyPacked = (srcPixelSize == srcPixelPitch); in copy()
1081 deMemcpy(dst.getPixelPtr(0, y, z), src.getPixelPtr(0, y, z), srcPixelSize*width); in copy()
1089 deMemcpy(dst.getPixelPtr(x, y, z), src.getPixelPtr(x, y, z), srcPixelSize); in copy()