Lines Matching refs:planes
1837 /* Maximum number of YCbCr texture/sampler planes */
3331 /* For downscaling of YUV planes */
3334 /* How to map sampled ycbcr planes to a single 4 component element. */
3343 struct anv_format_plane planes[3];
3386 /* Because we always put image and view planes in aspect-bit-order, the
3559 * For each foo, anv_image::planes[x].surface is valid if and only if
3606 } planes[3];
3653 if (image->planes[plane].aux_usage == ISL_AUX_USAGE_NONE)
3703 &image->planes[plane].fast_clear_memory_range;
3731 assert(image->planes[plane].aux_usage == ISL_AUX_USAGE_CCS_E);
3747 assert(offset < image->planes[plane].fast_clear_memory_range.size);
3793 assert(isl_aux_usage_has_mcs(image->planes[plane].aux_usage));
3795 const struct anv_surface *anv_surf = &image->planes[plane].primary_surface;
3815 isl_aux_usage_has_ccs(image->planes[plane].aux_usage);
3965 } planes[3];