Searched refs:stagingPointer (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.cpp | 5512 uint8_t *stagingPointer = nullptr; in stageSubresourceUpdateImpl() local 5518 &stagingPointer, &bufferHandle, &stagingOffset, in stageSubresourceUpdateImpl() 5525 inputRowPitch, inputDepthPitch, stagingPointer, outputRowPitch, in stageSubresourceUpdateImpl() 5589 stagingPointer += outputDepthPitch * glExtents.depth; in stageSubresourceUpdateImpl() 5598 inputRowPitch, inputDepthPitch, stagingPointer, outputRowPitch, in stageSubresourceUpdateImpl() 5893 uint8_t *stagingPointer = nullptr; in stageSubresourceUpdateFromFramebuffer() local 5901 &stagingPointer, &bufferHandle, &stagingOffset, in stageSubresourceUpdateFromFramebuffer() 5929 memoryBuffer->data(), outputRowPitch, 0, stagingPointer, in stageSubresourceUpdateFromFramebuffer() 5937 stagingPointer)); in stageSubresourceUpdateFromFramebuffer() 6063 uint8_t *stagingPointer = nullptr; in stageRobustResourceClearWithFormat() local [all …]
|