Searched refs:stagingMemory (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | VulkanHelper.cpp | 1098 void *stagingMemory = nullptr; in readPixels() local 1100 &stagingMemory); in readPixels() 1117 memcpy(pixels, stagingMemory, pixelsSize); in readPixels()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 360 vector<AllocationSp> stagingMemory; in uploadImage() local 364 allocateAndWriteStagingBuffers(vkd, device, allocator, imageData, &stagingBuffers, &stagingMemory); in uploadImage() 541 vector<AllocationSp> stagingMemory; in downloadImage() local 545 allocateStagingBuffers(vkd, device, allocator, *imageData, &stagingBuffers, &stagingMemory); in downloadImage() 632 readStagingBuffers(imageData, vkd, device, stagingMemory); in downloadImage()
|