• Home
  • Raw
  • Download

Lines Matching refs:mip_extent

2221 …      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()
2352 (dst_copy_extent.height + region.dstOffset.y != mip_extent.height)) { in ValidateImageCopyData()
2359 … i, dst_copy_extent.height, block_size.height, region.dstOffset.y, mip_extent.height); in ValidateImageCopyData()
2364 …ulo(copy_depth, block_size.depth) != 0) && (copy_depth + region.dstOffset.z != mip_extent.depth)) { in ValidateImageCopyData()
2371 … i, dst_copy_extent.depth, block_size.depth, region.dstOffset.z, mip_extent.depth); in ValidateImageCopyData()
4721 … VkExtent3D mip_extent = GetImageSubresourceExtent(image_state, &(pRegions[i].imageSubresource)); in ValidateBufferImageCopyData() local
4723 (pRegions[i].imageExtent.width + pRegions[i].imageOffset.x != mip_extent.width)) { in ValidateBufferImageCopyData()
4729 mip_extent.width); in ValidateBufferImageCopyData()
4734 (pRegions[i].imageExtent.height + pRegions[i].imageOffset.y != mip_extent.height)) { in ValidateBufferImageCopyData()
4740 mip_extent.height); in ValidateBufferImageCopyData()
4745 (pRegions[i].imageExtent.depth + pRegions[i].imageOffset.z != mip_extent.depth)) { in ValidateBufferImageCopyData()
4751 mip_extent.depth); in ValidateBufferImageCopyData()