Searched refs:srcRowPitchBytes (Results 1 – 1 of 1) sorted by relevance
102 …int srcRowPitchBytes = rowPitchBytes(pRegion.srcSubresource.aspectMask, pRegion.srcSubresource.mip… in copyTo() local117 (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() local241 srcMemory += srcRowPitchBytes; in copy()