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

/xsrc/external/mit/xorg-server/dist/randr/
H A Drrscreen.c300 total_crtcs += pScrPriv->numCrtcs; \
367 int total_crtcs, total_outputs, total_modes, total_name_len; local in function:rrGetMultiScreenResources
384 total_crtcs = 0;
416 .nCrtcs = total_crtcs,
422 rep.length = (total_crtcs + total_outputs +
437 outputs = (RROutput *)(crtcs + total_crtcs);

Completed in 3 milliseconds