Searched defs:dstRowPitchBytes (Results 1 – 1 of 1) sorted by relevance
322 int dstRowPitchBytes = dstImage->rowPitchBytes(dstAspect, region.dstSubresource.mipLevel); in copyTo() local441 int dstRowPitchBytes = bufferIsSource ? imageRowPitchBytes : bufferRowPitchBytes; in copy() local