Home
last modified time | relevance | path

Searched defs:requiredBytesInCopy (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandValidation.cpp151 uint64_t requiredBytesInCopy = bytesPerImage * (copySize.depthOrArrayLayers - 1); in ComputeRequiredBytesInCopy() local
237 uint64_t requiredBytesInCopy; in ValidateLinearTextureData() local
/third_party/skia/third_party/externals/dawn/src/utils/
DTestUtils.cpp101 uint64_t requiredBytesInCopy = bytesPerImage * (depth - 1); in RequiredBytesInCopy() local