Home
last modified time | relevance | path

Searched refs:sourceDepthPitch (Results 1 – 6 of 6) 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.h51 size_t sourceDepthPitch,
141 size_t sourceDepthPitch,
Drenderer_utils.cpp353 size_t sourceDepthPitch, in CopyImageCHROMIUM() argument
412 sourceData + y * sourceRowPitch + x * sourcePixelBytes + z * sourceDepthPitch; in CopyImageCHROMIUM()
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp1086 GLuint sourceDepthPitch = sourceRowPitch * baseLevelExtents.height; in generateMipmapsWithCPU() local
1087 size_t baseLevelAllocationSize = sourceDepthPitch * baseLevelExtents.depth; in generateMipmapsWithCPU()
1099 baseLevelExtents.depth, sourceRowPitch, sourceDepthPitch, imageData + bufferOffset)); in generateMipmapsWithCPU()
1745 const size_t sourceDepthPitch, in generateMipmapLevelsWithCPU() argument
1753 size_t previousLevelDepthPitch = sourceDepthPitch; in generateMipmapLevelsWithCPU()
DTextureVk.h302 const size_t sourceDepthPitch,