Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp306 const bool mappedMemory = params.useMappedMemory; in testFormat() local
308 … (createTestImage(vkd, device, format, size, createFlags, tiling, mappedMemory ? VK_IMAGE_LAYO… in testFormat()
309 …, device, context.getDefaultAllocator(), *image, format, createFlags, mappedMemory ? MemoryRequire… in testFormat()
416 if (mappedMemory) in testFormat()
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp2183 void* mappedMemory = transferBuffer->map(); in onReadPixels() local
2189 mappedMemory = (char*)mappedMemory + transBufferRowBytes * skipRows + bpp * left; in onReadPixels()
2192 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, tightRowBytes, height); in onReadPixels()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp2231 void* mappedMemory = transferBuffer->map(); in onReadPixels() local
2237 mappedMemory = (char*)mappedMemory + transBufferRowBytes * skipRows + bpp * left; in onReadPixels()
2240 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, tightRowBytes, height); in onReadPixels()
/external/skqp/src/gpu/mtl/
DGrMtlGpu.mm804 const void* mappedMemory = transferBuffer.contents;
806 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, transBufferRowBytes, height);
/external/skia/src/gpu/mtl/
DGrMtlGpu.mm871 const void* mappedMemory = transferBuffer.contents;
873 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, transBufferRowBytes, height);