Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp1617 GLuint srcDataRowPitch = sourceBox.width * srcTextureFormat.pixelBytes; in copySubTextureImpl() local
1620 GLuint srcDataDepthPitch = srcDataRowPitch * sourceBox.height; in copySubTextureImpl()
1638 CopyImageCHROMIUM(sourceData, srcDataRowPitch, srcTextureFormat.pixelBytes, srcDataDepthPitch, in copySubTextureImpl()
2956 GLuint srcDataRowPitch = sourceBox.width * srcFormat.pixelBytes; in reinitImageAsRenderable() local
2959 GLuint srcDataDepthPitch = srcDataRowPitch * sourceBox.height; in reinitImageAsRenderable()
2971 CopyImageCHROMIUM(srcData + layer * srcDataLayerPitch, srcDataRowPitch, in reinitImageAsRenderable()
Dvk_helpers.cpp9331 GLuint srcDataRowPitch = copy.imageExtent.width * srcFormat.pixelBytes; in reformatStagedBufferUpdates() local
9334 GLuint srcDataDepthPitch = srcDataRowPitch * copy.imageExtent.height; in reformatStagedBufferUpdates()
9359 CopyImageCHROMIUM(srcData, srcDataRowPitch, srcFormat.pixelBytes, srcDataDepthPitch, in reformatStagedBufferUpdates()