Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp2749 uint8_t *stagingPointer = nullptr; in stageSubresourceUpdateImpl() local
2751 ANGLE_TRY(mStagingBuffer.allocate(contextVk, allocationSize, &stagingPointer, &bufferHandle, in stageSubresourceUpdateImpl()
2757 inputRowPitch, inputDepthPitch, stagingPointer, outputRowPitch, in stageSubresourceUpdateImpl()
2790 stagingPointer += outputDepthPitch * glExtents.depth; in stageSubresourceUpdateImpl()
2799 inputRowPitch, inputDepthPitch, stagingPointer, outputRowPitch, in stageSubresourceUpdateImpl()
3008 uint8_t *stagingPointer = nullptr; in stageSubresourceUpdateFromFramebuffer() local
3013 ANGLE_TRY(mStagingBuffer.allocate(contextVk, allocationSize, &stagingPointer, &bufferHandle, in stageSubresourceUpdateFromFramebuffer()
3040 memoryBuffer->data(), outputRowPitch, 0, stagingPointer, in stageSubresourceUpdateFromFramebuffer()
3048 stagingPointer)); in stageSubresourceUpdateFromFramebuffer()