Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandValidation.cpp154 uint64_t bytesInLastImage = Safe32x32(bytesPerRow, heightInBlocks - 1) + bytesInLastRow; in ComputeRequiredBytesInCopy() local
155 requiredBytesInCopy += bytesInLastImage; in ComputeRequiredBytesInCopy()