Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/image_util/
Dgeneratemip.inc34 const uint8_t *sourceData, size_t sourceRowPitch, size_t sourceDepthPitch,
44 const T *src0 = GetPixel<T>(sourceData, 0, y * 2, 0, sourceRowPitch, sourceDepthPitch);
45 const T *src1 = GetPixel<T>(sourceData, 0, y * 2 + 1, 0, sourceRowPitch, sourceDepthPitch);
54 const uint8_t *sourceData, size_t sourceRowPitch, size_t sourceDepthPitch,
64 const T *src0 = GetPixel<T>(sourceData, x * 2, 0, 0, sourceRowPitch, sourceDepthPitch);
65 const T *src1 = GetPixel<T>(sourceData, x * 2 + 1, 0, 0, sourceRowPitch, sourceDepthPitch);
74 const uint8_t *sourceData, size_t sourceRowPitch, size_t sourceDepthPitch,
84 const T *src0 = GetPixel<T>(sourceData, 0, 0, z * 2, sourceRowPitch, sourceDepthPitch);
85 const T *src1 = GetPixel<T>(sourceData, 0, 0, z * 2 + 1, sourceRowPitch, sourceDepthPitch);
94 … const uint8_t *sourceData, size_t sourceRowPitch, size_t sourceDepthPitch,
[all …]
Dgeneratemip.h24 size_t sourceRowPitch,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DBlit11.cpp56 unsigned int sourceRowPitch, in StretchedBlitNearest_RowByRow() argument
78 const uint8_t *sourceRow = sourceData + readRow * sourceRowPitch + srcOffset; in StretchedBlitNearest_RowByRow()
88 unsigned int sourceRowPitch, in StretchedBlitNearest_PixelByPixel() argument
120 sourceData + readRow * sourceRowPitch + readColumn * srcPixelStride + readOffset; in StretchedBlitNearest_PixelByPixel()
134 unsigned int sourceRowPitch, in StretchedBlitNearest() argument
157 sourceRowPitch, destRowPitch, srcPixelStride, sourceData, in StretchedBlitNearest()
163 sourceRowPitch, destRowPitch, readOffset, writeOffset, in StretchedBlitNearest()
219 unsigned int sourceRowPitch, in CopyDepthStencil() argument
242 ptrdiff_t offset = row * sourceRowPitch + column * srcPixelStride; in CopyDepthStencil()
268 unsigned int sourceRowPitch, in BlitD24S8ToD32F() argument
[all …]
DBlit11.h97 unsigned int sourceRowPitch,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h78 size_t sourceRowPitch,
179 size_t sourceRowPitch,
Drenderer_utils.cpp465 size_t sourceRowPitch, in CopyImageCHROMIUM() argument
526 sourceData + y * sourceRowPitch + x * sourcePixelBytes + z * sourceDepthPitch; in CopyImageCHROMIUM()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DTextureMtl.mm1705 GLuint sourceRowPitch = 0;
1709 unpack.rowLength, &sourceRowPitch));
1711 contextMtl, formatInfo.computeDepthPitch(area.height, unpack.imageHeight, sourceRowPitch,
1714 formatInfo.computeSkipBytes(type, sourceRowPitch, sourceDepthPitch, unpack,
1721 sourceRowPitch = 0;
1757 srcAngleFormat, sourceRowPitch, sourceDepthPitch,
1767 sourceRowPitch, sourceDepthPitch, unpackBuffer, usablePixels,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp1907 GLuint sourceRowPitch = baseLevelExtents.width * angleFormat.pixelBytes; in generateMipmapsWithCPU() local
1908 GLuint sourceDepthPitch = sourceRowPitch * baseLevelExtents.height; in generateMipmapsWithCPU()
1921 baseLevelExtents.depth, sourceRowPitch, in generateMipmapsWithCPU()
3118 const size_t sourceRowPitch, in generateMipmapLevelsWithCPU() argument
3126 size_t previousLevelRowPitch = sourceRowPitch; in generateMipmapLevelsWithCPU()
DTextureVk.h384 const size_t sourceRowPitch,
/third_party/mesa3d/include/CL/
Dcl2.hpp4818 size_type sourceRowPitch = in Image2D() local
4836 sourceRowPitch, in Image2D()