Lines Matching defs:plane
2165 uint8_t plane;
3328 /* Whether this plane contains chroma channels */
3337 /* What aspect is associated to this plane */
3373 * Return the aspect's plane relative to all_aspects. For an image, for
3387 * plane index is the number of bits in all_aspects before aspect.
3408 VkFormat vk_format, uint32_t plane,
3460 * vkBindImageMemory. For disjoint multi-planar images, each plane has
3635 * Return the aspect's _format_ plane, not its _memory_ plane (using the
3652 uint32_t plane = anv_image_aspect_to_plane(image, aspect);
3653 if (image->planes[plane].aux_usage == ISL_AUX_USAGE_NONE)
3701 uint32_t plane = anv_image_aspect_to_plane(image, aspect);
3703 &image->planes[plane].fast_clear_memory_range;
3730 UNUSED uint32_t plane = anv_image_aspect_to_plane(image, aspect);
3731 assert(image->planes[plane].aux_usage == ISL_AUX_USAGE_CCS_E);
3733 /* Relative to start of the plane's fast clear memory range */
3747 assert(offset < image->planes[plane].fast_clear_memory_range.size);
3790 const uint32_t plane =
3793 assert(isl_aux_usage_has_mcs(image->planes[plane].aux_usage));
3795 const struct anv_surface *anv_surf = &image->planes[plane].primary_surface;
3812 uint32_t plane)
3815 isl_aux_usage_has_ccs(image->planes[plane].aux_usage);