Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp306 const bool mappedMemory = params.useMappedMemory; in testFormat() local
308 …ge (createTestImage(vkd, device, format, size, createFlags, tiling, mappedMemory ? VK_IMAGE_LAYO… in testFormat()
309 …, device, context.getDefaultAllocator(), *image, format, createFlags, mappedMemory ? MemoryRequire… in testFormat()
372 if (mappedMemory) in testFormat()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp1884 void* mappedMemory = transferBuffer->map(); in onReadPixels() local
1888 mappedMemory = (char*)mappedMemory + transBufferRowBytes * skipRows + bpp * left; in onReadPixels()
1892 const char* srcRow = reinterpret_cast<const char*>(mappedMemory); in onReadPixels()
1900 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, tightRowBytes, height); in onReadPixels()