Searched refs:srcBytesPerTexel (Results 1 – 1 of 1) sorted by relevance
78 int srcBytesPerTexel = bytesPerTexel(pRegion.srcSubresource.aspectMask); in copyTo() local79 ASSERT(srcBytesPerTexel == dst->bytesPerTexel(pRegion.dstSubresource.aspectMask)); in copyTo()128 memcpy(dstMem, srcMem, pRegion.extent.width * srcBytesPerTexel); in copyTo()151 memcpy(dstMem, srcMem, pRegion.extent.width * srcBytesPerTexel); in copyTo()