Home
last modified time | relevance | path

Searched defs:dstDataRowPitch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp1550 GLuint dstDataRowPitch = sourceBox.width * dstTextureFormat.pixelBytes; in copySubTextureImpl() local
2924 GLuint dstDataRowPitch = sourceBox.width * dstFormat.pixelBytes; in reinitImageAsRenderable() local
H A Dvk_helpers.cpp8938 GLuint dstDataRowPitch = copy.imageExtent.width * dstFormat.pixelBytes; in reformatStagedBufferUpdates() local