Searched refs:mappedMemory (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrFormatTests.cpp | 306 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/ |
D | GrVkGpu.cpp | 2183 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/ |
D | GrVkGpu.cpp | 2231 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/ |
D | GrMtlGpu.mm | 804 const void* mappedMemory = transferBuffer.contents; 806 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, transBufferRowBytes, height);
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 871 const void* mappedMemory = transferBuffer.contents; 873 SkRectMemcpy(buffer, rowBytes, mappedMemory, transBufferRowBytes, transBufferRowBytes, height);
|