Lines Matching refs:extent
260 .extent = *resolve_extent,
390 * extent is the size in texels of the source image to resolve in width,
396 * extent is the size in texels of the source image to resolve in width,
400 const struct VkExtent3D extent = vk_image_sanitize_extent(&src_image->vk, region->extent);
484 .extent = { extent.width, extent.height },
499 .width = extent.width,
500 .height = extent.height,
558 if (pResolveImageInfo->pRegions[0].extent.width != src_image->info.width ||
559 pResolveImageInfo->pRegions[0].extent.height != src_image->info.height ||
560 pResolveImageInfo->pRegions[0].extent.depth != src_image->info.depth)