Lines Matching defs:plane
561 /* figure out aux plane count */
562 if (whandle && whandle->plane >= util_format_get_num_planes(whandle->format))
749 obj->modifier_aspect = VK_IMAGE_ASPECT_MEMORY_PLANE_0_BIT_EXT << whandle->plane;
750 obj->plane_offsets[whandle->plane] = whandle->offset;
751 obj->plane_strides[whandle->plane] = whandle->stride;
819 obj->plane_strides[whandle->plane] = whandle->stride;
871 VkImagePlaneMemoryRequirementsInfo plane;
872 plane.sType = VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO;
873 plane.pNext = NULL;
875 info2.pNext = &plane;
879 plane.planeAspect = plane_aspects[i];
1277 unsigned plane,
1290 switch (plane) {
2148 * and store S8 as the "second plane" resource.