Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp1061 GLuint dstDataDepthPitch = dstDataRowPitch * sourceBox.height; in copySubTextureImpl() local
1080 dstDataDepthPitch, pixelWriteFunction, dstFormat.format, in copySubTextureImpl()
2318 GLuint dstDataDepthPitch = dstDataRowPitch * sourceBox.height; in reinitImageAsRenderable() local
2321 GLuint dstDataLayerPitch = dstDataDepthPitch * sourceBox.depth; in reinitImageAsRenderable()
2332 dstFormat.pixelBytes, dstDataDepthPitch, pixelWriteFunction, in reinitImageAsRenderable()
Dvk_helpers.cpp7534 GLuint dstDataDepthPitch = dstDataRowPitch * copy.imageExtent.height; in reformatStagedBufferUpdates() local
7550 size_t dstBufferSize = dstDataDepthPitch * copy.imageExtent.depth; in reformatStagedBufferUpdates()
7560 dstDataDepthPitch, pixelWriteFunction, dstFormatInfo.format, in reformatStagedBufferUpdates()