Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/
DVulkanExternalHelper.cpp978 void *stagingMemory = nullptr; in readPixels() local
980 &stagingMemory); in readPixels()
997 memcpy(pixels, stagingMemory, pixelsSize); in readPixels()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp358 vector<AllocationSp> stagingMemory; in uploadImage() local
362 allocateAndWriteStagingBuffers(vkd, device, allocator, imageData, &stagingBuffers, &stagingMemory); in uploadImage()
539 vector<AllocationSp> stagingMemory; in downloadImage() local
543 allocateStagingBuffers(vkd, device, allocator, *imageData, &stagingBuffers, &stagingMemory); in downloadImage()
630 readStagingBuffers(imageData, vkd, device, stagingMemory); in downloadImage()