Lines Matching defs:plane
1083 whandles[i].plane = i;
1269 whandle.plane = image->plane;
1346 image->plane, 0, 0, param, handle_usage,
1525 dri2_from_planar(__DRIimage *image, int plane, void *loaderPrivate)
1529 if (plane < 0) {
1531 } else if (plane > 0) {
1535 plane >= planes) {
1559 img->plane = plane;
1804 unsigned plane = image->plane;
1805 if (plane >= dri2_get_mapping_by_format(image->dri_format)->nplanes)
1811 while (plane--)