Lines Matching defs:region
2522 const VkBufferImageCopy2 *region,
2527 region->bufferRowLength ? region->bufferRowLength : region->imageExtent.width;
2543 .Width = region->imageExtent.width,
2544 .Height = region->imageExtent.height,
2545 .Depth = region->imageExtent.depth,
2556 region->bufferOffset + (layer * buffer_layer_stride);
2563 const VkBufferImageCopy2 *region,
2568 region->bufferRowLength ? region->bufferRowLength : region->imageExtent.width;
2570 region->bufferImageHeight ? region->bufferImageHeight : region->imageExtent.height;
2572 format = dzn_image_get_plane_format(format, region->imageSubresource.aspectMask);
2599 new_loc.PlacedFootprint.Footprint.Width = *start_x + region->imageExtent.width;