Lines Matching refs:modeinfos

311 static inline void swap_modeinfos(xRRModeInfo *modeinfos, int i)  in swap_modeinfos()  argument
313 swapl(&modeinfos[i].id); in swap_modeinfos()
314 swaps(&modeinfos[i].width); in swap_modeinfos()
315 swaps(&modeinfos[i].height); in swap_modeinfos()
316 swapl(&modeinfos[i].dotClock); in swap_modeinfos()
317 swaps(&modeinfos[i].hSyncStart); in swap_modeinfos()
318 swaps(&modeinfos[i].hSyncEnd); in swap_modeinfos()
319 swaps(&modeinfos[i].hTotal); in swap_modeinfos()
320 swaps(&modeinfos[i].hSkew); in swap_modeinfos()
321 swaps(&modeinfos[i].vSyncStart); in swap_modeinfos()
322 swaps(&modeinfos[i].vSyncEnd); in swap_modeinfos()
323 swaps(&modeinfos[i].vTotal); in swap_modeinfos()
324 swaps(&modeinfos[i].nameLength); in swap_modeinfos()
325 swapl(&modeinfos[i].modeFlags); in swap_modeinfos()
351 modeinfos[mode_count] = mode->mode; \
353 swap_modeinfos(modeinfos, mode_count); \
379 xRRModeInfo *modeinfos; in rrGetMultiScreenResources() local
438 modeinfos = (xRRModeInfo *)(outputs + total_outputs); in rrGetMultiScreenResources()
439 names = (CARD8 *)(modeinfos + total_modes); in rrGetMultiScreenResources()
497 xRRModeInfo *modeinfos; in rrGetScreenResources() local
572 modeinfos = (xRRModeInfo *) (outputs + pScrPriv->numOutputs); in rrGetScreenResources()
573 names = (CARD8 *) (modeinfos + num_modes); in rrGetScreenResources()
602 modeinfos[i] = mode->mode; in rrGetScreenResources()
604 swapl(&modeinfos[i].id); in rrGetScreenResources()
605 swaps(&modeinfos[i].width); in rrGetScreenResources()
606 swaps(&modeinfos[i].height); in rrGetScreenResources()
607 swapl(&modeinfos[i].dotClock); in rrGetScreenResources()
608 swaps(&modeinfos[i].hSyncStart); in rrGetScreenResources()
609 swaps(&modeinfos[i].hSyncEnd); in rrGetScreenResources()
610 swaps(&modeinfos[i].hTotal); in rrGetScreenResources()
611 swaps(&modeinfos[i].hSkew); in rrGetScreenResources()
612 swaps(&modeinfos[i].vSyncStart); in rrGetScreenResources()
613 swaps(&modeinfos[i].vSyncEnd); in rrGetScreenResources()
614 swaps(&modeinfos[i].vTotal); in rrGetScreenResources()
615 swaps(&modeinfos[i].nameLength); in rrGetScreenResources()
616 swapl(&modeinfos[i].modeFlags); in rrGetScreenResources()