Searched refs:cur_output (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_output.c542 RegionRec cur_output; local in function:vmwgfx_output_explicit_overlap
550 REGION_NULL(pScreen, &cur_output);
563 REGION_RESET(pScreen, &cur_output, &crtc->bounds);
564 REGION_UNION(pScreen, &output_union, &output_union, &cur_output);
577 REGION_RESET(pScreen, &cur_output, &crtc->bounds);
579 REGION_INTERSECT(pScreen, &result, &output_union, &cur_output);
584 REGION_UNION(pScreen, &output_union, &output_union, &cur_output);
588 REGION_UNINIT(pScreen, &cur_output);

Completed in 3 milliseconds