Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp2221 … const VkExtent3D mip_extent = GetImageSubresourceExtent(src_state, &(region.srcSubresource)); in ValidateImageCopyData() local
2223 (src_copy_extent.width + region.srcOffset.x != mip_extent.width)) { in ValidateImageCopyData()
2230 … i, src_copy_extent.width, block_size.width, region.srcOffset.x, mip_extent.width); in ValidateImageCopyData()
2235 (src_copy_extent.height + region.srcOffset.y != mip_extent.height)) { in ValidateImageCopyData()
2242 … i, src_copy_extent.height, block_size.height, region.srcOffset.y, mip_extent.height); in ValidateImageCopyData()
2247 …ulo(copy_depth, block_size.depth) != 0) && (copy_depth + region.srcOffset.z != mip_extent.depth)) { in ValidateImageCopyData()
2254 … i, src_copy_extent.depth, block_size.depth, region.srcOffset.z, mip_extent.depth); in ValidateImageCopyData()
2338 … const VkExtent3D mip_extent = GetImageSubresourceExtent(dst_state, &(region.dstSubresource)); in ValidateImageCopyData() local
2340 (dst_copy_extent.width + region.dstOffset.x != mip_extent.width)) { in ValidateImageCopyData()
2347 … i, dst_copy_extent.width, block_size.width, region.dstOffset.x, mip_extent.width); in ValidateImageCopyData()
[all …]