Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp330 vector<AllocationSp> stagingMemory; in uploadImage() local
334 allocateAndWriteStagingBuffers(vkd, device, allocator, imageData, &stagingBuffers, &stagingMemory); in uploadImage()
513 vector<AllocationSp> stagingMemory; in downloadImage() local
517 allocateStagingBuffers(vkd, device, allocator, *imageData, &stagingBuffers, &stagingMemory); in downloadImage()
608 readStagingBuffers(imageData, vkd, device, stagingMemory); in downloadImage()