Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp104 …int dstRowPitchBytes = dst->rowPitchBytes(pRegion.dstSubresource.aspectMask, pRegion.dstSubresourc… in copyTo() local
117 (srcRowPitchBytes == dstRowPitchBytes); in copyTo()
149 …for(uint32_t y = 0; y < pRegion.extent.height; y++, dstMem += dstRowPitchBytes, srcMem += srcRowPi… in copyTo()
179 int dstRowPitchBytes = bufferIsSource ? imageRowPitchBytes : bufferRowPitchBytes; in copy() local
242 dstMemory += dstRowPitchBytes; in copy()