Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp1620 GLuint srcDataDepthPitch = srcDataRowPitch * sourceBox.height; in copySubTextureImpl() local
1638 CopyImageCHROMIUM(sourceData, srcDataRowPitch, srcTextureFormat.pixelBytes, srcDataDepthPitch, in copySubTextureImpl()
2959 GLuint srcDataDepthPitch = srcDataRowPitch * sourceBox.height; in reinitImageAsRenderable() local
2962 GLuint srcDataLayerPitch = srcDataDepthPitch * sourceBox.depth; in reinitImageAsRenderable()
2972 srcFormat.pixelBytes, srcDataDepthPitch, pixelReadFunction, in reinitImageAsRenderable()
Dvk_helpers.cpp9334 GLuint srcDataDepthPitch = srcDataRowPitch * copy.imageExtent.height; in reformatStagedBufferUpdates() local
9359 CopyImageCHROMIUM(srcData, srcDataRowPitch, srcFormat.pixelBytes, srcDataDepthPitch, in reformatStagedBufferUpdates()