Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkImage.cpp78 int srcBytesPerTexel = bytesPerTexel(pRegion.srcSubresource.aspectMask); in copyTo() local
79 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()