Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5513 VkDeviceSize stagingOffset = 0; in stageSubresourceUpdateImpl() local
5518 &stagingPointer, &bufferHandle, &stagingOffset, in stageSubresourceUpdateImpl()
5543 copy.bufferOffset = stagingOffset + yuvInfo.planeOffset[plane]; in stageSubresourceUpdateImpl()
5561 copy.bufferOffset = stagingOffset; in stageSubresourceUpdateImpl()
5590 stagingOffset += outputDepthPitch * glExtents.depth; in stageSubresourceUpdateImpl()
5603 stencilCopy.bufferOffset = stagingOffset; in stageSubresourceUpdateImpl()
5823 VkDeviceSize stagingOffset = 0; in stageSubresourceUpdateAndGetData() local
5828 &bufferHandle, &stagingOffset, nullptr)); in stageSubresourceUpdateAndGetData()
5833 copy.bufferOffset = stagingOffset; in stageSubresourceUpdateAndGetData()
5894 VkDeviceSize stagingOffset = 0; in stageSubresourceUpdateFromFramebuffer() local
[all …]
DTextureVk.cpp855 gl::Offset stagingOffset = destOffset; in copySubTextureImpl() local
866 stagingOffset.z = 0; in copySubTextureImpl()
882 stagingIndex, stagingExtents, stagingOffset, in copySubTextureImpl()