Searched refs:mip_extent (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 2254 … const VkExtent3D mip_extent = GetImageSubresourceExtent(src_state, &(region.srcSubresource)); in ValidateImageCopyData() local 2256 (src_copy_extent.width + region.srcOffset.x != mip_extent.width)) { in ValidateImageCopyData() 2263 … i, src_copy_extent.width, block_size.width, region.srcOffset.x, mip_extent.width); in ValidateImageCopyData() 2268 (src_copy_extent.height + region.srcOffset.y != mip_extent.height)) { in ValidateImageCopyData() 2275 … i, src_copy_extent.height, block_size.height, region.srcOffset.y, mip_extent.height); in ValidateImageCopyData() 2280 …ulo(copy_depth, block_size.depth) != 0) && (copy_depth + region.srcOffset.z != mip_extent.depth)) { in ValidateImageCopyData() 2287 … i, src_copy_extent.depth, block_size.depth, region.srcOffset.z, mip_extent.depth); in ValidateImageCopyData() 2371 … const VkExtent3D mip_extent = GetImageSubresourceExtent(dst_state, &(region.dstSubresource)); in ValidateImageCopyData() local 2373 (dst_copy_extent.width + region.dstOffset.x != mip_extent.width)) { in ValidateImageCopyData() 2380 … i, dst_copy_extent.width, block_size.width, region.dstOffset.x, mip_extent.width); in ValidateImageCopyData() [all …]
|