Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandValidation.cpp281 Extent3D subresourceSize = texture->GetMipLevelPhysicalSize(textureCopy.mipLevel); in ValidateImageCopyTexture() local
285 subresourceSize.width != copySize.width || in ValidateImageCopyTexture()
286 subresourceSize.height != copySize.height, in ValidateImageCopyTexture()
290 &textureCopy.origin, &copySize, &subresourceSize, texture, in ValidateImageCopyTexture()