Lines Matching refs:mip_extent
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()
2385 (dst_copy_extent.height + region.dstOffset.y != mip_extent.height)) { in ValidateImageCopyData()
2392 … i, dst_copy_extent.height, block_size.height, region.dstOffset.y, mip_extent.height); in ValidateImageCopyData()
2397 …ulo(copy_depth, block_size.depth) != 0) && (copy_depth + region.dstOffset.z != mip_extent.depth)) { in ValidateImageCopyData()
2404 … i, dst_copy_extent.depth, block_size.depth, region.dstOffset.z, mip_extent.depth); in ValidateImageCopyData()
4837 … VkExtent3D mip_extent = GetImageSubresourceExtent(image_state, &(pRegions[i].imageSubresource)); in ValidateBufferImageCopyData() local
4839 (pRegions[i].imageExtent.width + pRegions[i].imageOffset.x != mip_extent.width)) { in ValidateBufferImageCopyData()
4845 mip_extent.width); in ValidateBufferImageCopyData()
4850 (pRegions[i].imageExtent.height + pRegions[i].imageOffset.y != mip_extent.height)) { in ValidateBufferImageCopyData()
4856 mip_extent.height); in ValidateBufferImageCopyData()
4861 (pRegions[i].imageExtent.depth + pRegions[i].imageOffset.z != mip_extent.depth)) { in ValidateBufferImageCopyData()
4867 mip_extent.depth); in ValidateBufferImageCopyData()