Searched refs:srcDataDepthPitch (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 1620 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()
|
D | vk_helpers.cpp | 9334 GLuint srcDataDepthPitch = srcDataRowPitch * copy.imageExtent.height; in reformatStagedBufferUpdates() local 9359 CopyImageCHROMIUM(srcData, srcDataRowPitch, srcFormat.pixelBytes, srcDataDepthPitch, in reformatStagedBufferUpdates()
|