Home
last modified time | relevance | path

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

/external/angle/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.h25 size_t sourceDepthPitch,
/external/angle/src/libANGLE/renderer/
Drenderer_utils.h81 size_t sourceDepthPitch,
179 size_t sourceDepthPitch,
Drenderer_utils.cpp571 size_t sourceDepthPitch, in CopyImageCHROMIUM() argument
630 sourceData + y * sourceRowPitch + x * sourcePixelBytes + z * sourceDepthPitch; in CopyImageCHROMIUM()
/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm1787 GLuint sourceDepthPitch = 0;
1793 &sourceDepthPitch));
1795 formatInfo.computeSkipBytes(type, sourceRowPitch, sourceDepthPitch, unpack,
1836 const uint8_t *srcPixels = usablePixels + slice * sourceDepthPitch;
1838 srcAngleFormat, sourceRowPitch, sourceDepthPitch,
1848 sourceRowPitch, sourceDepthPitch, unpackBuffer, usablePixels,
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.h439 const size_t sourceDepthPitch,
DTextureVk.cpp2039 GLuint sourceDepthPitch = sourceRowPitch * baseLevelExtents.height; in generateMipmapsWithCPU() local
2040 size_t baseLevelAllocationSize = sourceDepthPitch * baseLevelExtents.depth; in generateMipmapsWithCPU()
2053 sourceDepthPitch, imageData + bufferOffset)); in generateMipmapsWithCPU()
3513 const size_t sourceDepthPitch, in generateMipmapLevelsWithCPU() argument
3521 size_t previousLevelDepthPitch = sourceDepthPitch; in generateMipmapLevelsWithCPU()