Lines Matching defs:plane_format
338 struct anv_format_plane plane_format,
352 assert(isl_format_is_compressed(plane_format.isl_format));
362 plane_format.aspect == VK_IMAGE_ASPECT_STENCIL_BIT &&
704 struct anv_format_plane plane_format,
710 VkImageAspectFlags aspect = plane_format.aspect;
888 struct anv_format_plane plane_format,
897 .format = plane_format.isl_format,
930 struct anv_format_plane plane_format,
941 .format = plane_format.isl_format,
942 .width = image->vk.extent.width / plane_format.denominator_scales[0],
943 .height = image->vk.extent.height / plane_format.denominator_scales[1],
1214 const struct anv_format_plane plane_format =
1226 anv_image_plane_needs_shadow_surface(devinfo, plane_format,
1231 result = add_primary_surface(device, image, plane, plane_format,
1238 result = add_shadow_surface(device, image, plane, plane_format,
1249 result = add_aux_surface_if_supported(device, image, plane, plane_format,