Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp102 …int srcRowPitchBytes = rowPitchBytes(pRegion.srcSubresource.aspectMask, pRegion.srcSubresource.mip… in copyTo() local
117 (srcRowPitchBytes == dstRowPitchBytes); in copyTo()
132 memcpy(dstMem, srcMem, pRegion.extent.height * srcRowPitchBytes); in copyTo()
142 memcpy(dstMem, srcMem, pRegion.extent.height * srcRowPitchBytes); in copyTo()
149 …32_t y = 0; y < pRegion.extent.height; y++, dstMem += dstRowPitchBytes, srcMem += srcRowPitchBytes) in copyTo()
178 int srcRowPitchBytes = bufferIsSource ? bufferRowPitchBytes : imageRowPitchBytes; in copy() local
241 srcMemory += srcRowPitchBytes; in copy()