Searched refs:dstRowPitchBytes (Results 1 – 1 of 1) sorted by relevance
104 …int dstRowPitchBytes = dst->rowPitchBytes(pRegion.dstSubresource.aspectMask, pRegion.dstSubresourc… in copyTo() local117 (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() local242 dstMemory += dstRowPitchBytes; in copy()