| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | dri2-test.c | 202 original_crtc = malloc(sizeof(XRRCrtcInfo *)*res->ncrtc); 203 for (i = 0; i < res->ncrtc; i++) 206 printf("noutput=%d, ncrtc=%d\n", res->noutput, res->ncrtc); 208 for (i = 0; i < res->ncrtc; i++) 225 for (j = 0; mode && j < 2*output->ncrtc; j++) { 227 if (c >= output->ncrtc) 228 c = 2*output->ncrtc - j - 1; 252 for (i = 0; i < res->ncrtc; i++)
|
| H A D | present-test.c | 278 original_crtc = malloc(sizeof(XRRCrtcInfo *)*res->ncrtc); 279 for (i = 0; i < res->ncrtc; i++) 282 printf("noutput=%d, ncrtc=%d\n", res->noutput, res->ncrtc); 296 for (j = 0; mode && j < output->ncrtc; j++) { 313 for (i = 0; i < res->ncrtc; i++)
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | dri2-speed.c | 220 original_crtc = malloc(sizeof(XRRCrtcInfo *)*res->ncrtc); 221 for (i = 0; i < res->ncrtc; i++) 224 printf("noutput=%d, ncrtc=%d\n", res->noutput, res->ncrtc); 225 for (i = 0; i < res->ncrtc; i++) 246 for (j = 0; mode && j < 2*output->ncrtc; j++) { 248 if (c >= output->ncrtc) 249 c = 2*output->ncrtc - j - 1; 330 for (i = 0; i < res->ncrtc; i++)
|
| H A D | dri2-test.c | 290 original_crtc = malloc(sizeof(XRRCrtcInfo *)*res->ncrtc); 291 for (i = 0; i < res->ncrtc; i++) 294 printf("noutput=%d, ncrtc=%d\n", res->noutput, res->ncrtc); 296 for (i = 0; i < res->ncrtc; i++) 313 for (j = 0; mode && j < 2*output->ncrtc; j++) { 315 if (c >= output->ncrtc) 316 c = 2*output->ncrtc - j - 1; 340 for (i = 0; i < res->ncrtc; i++)
|
| H A D | present-speed.c | 869 for (j = 0; mode && j < 2*output->ncrtc; j++) { 871 if (c >= output->ncrtc) 872 c = 2*output->ncrtc - j - 1; 985 original_crtc = malloc(sizeof(XRRCrtcInfo *)*res->ncrtc); 986 for (i = 0; i < res->ncrtc; i++) 989 printf("noutput=%d, ncrtc=%d\n", res->noutput, res->ncrtc); 990 for (i = 0; i < res->ncrtc; i++) 1003 for (i = 0; i < res->ncrtc; i++)
|
| H A D | present-test.c | 1470 original_crtc = malloc(sizeof(XRRCrtcInfo *)*res->ncrtc); 1471 for (i = 0; i < res->ncrtc; i++) 1486 for (j = 0; mode && j < output->ncrtc; j++) { 1503 for (i = 0; i < res->ncrtc; i++)
|
| /xsrc/external/mit/xf86-video-intel/dist/benchmarks/ |
| H A D | dri2-swap.c | 496 original_crtc = malloc(sizeof(XRRCrtcInfo *)*res->ncrtc); 497 for (i = 0; i < res->ncrtc; i++) 500 for (i = 0; i < res->ncrtc; i++) 570 for (i = 0; i < res->ncrtc; i++) 574 for (i = 0; i < res->ncrtc; i++)
|
| H A D | dri3-swap.c | 510 original_crtc = malloc(sizeof(XRRCrtcInfo *)*res->ncrtc); 511 for (i = 0; i < res->ncrtc; i++) 514 for (i = 0; i < res->ncrtc; i++) 577 for (i = 0; i < res->ncrtc; i++) 581 for (i = 0; i < res->ncrtc; i++)
|
| /xsrc/external/mit/libXrandr/dist/include/X11/extensions/ |
| H A D | Xrandr.h | 268 int ncrtc; member in struct:_XRRScreenResources 291 int ncrtc; member in struct:_XRROutputInfo
|
| /xsrc/external/mit/libXrandr/dist/src/ |
| H A D | XrrOutput.c | 107 xoi->ncrtc = rep.nCrtcs;
|
| H A D | XrrScreen.c | 151 xrsr->ncrtc = rep.nCrtcs;
|
| /xsrc/external/mit/xf86-video-intel/dist/tools/ |
| H A D | dri3info.c | 229 for (n = 0; mode == 0 && n < res->ncrtc; n++) {
|
| H A D | virtual.c | 1628 for (i = 0; i < o->ncrtc; i++) { 3285 for (n = 0; n < res->ncrtc; n++)
|
| /xsrc/external/mit/xrandr/dist/ |
| H A D | xrandr.c | 951 for (int c = 0; c < output_info->ncrtc; c++) 1002 for (int c = 0; c < output_info->ncrtc; c++) 1027 for (int c = 0; c < output_info->ncrtc; c++) 1315 num_crtcs = res->ncrtc; 1319 for (int c = 0; c < res->ncrtc; c++) 1640 for (int c = 0; c < res->ncrtc; c++) 1645 for (int c = 0; c < res->ncrtc; c++) 1692 for (int c = 0; c < res->ncrtc; c++) 1745 for (int c = 0; c < res->ncrtc; c++) 1886 for (c = 0; c < output->output_info->ncrtc; [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 1432 int ncrtc; local in function:xf86RandR12SetInfo12 1443 ncrtc = 0; 1446 crtcs[ncrtc++] = config->crtc[c]->randr_crtc; 1453 if (!RROutputSetCrtcs (output->randr_output, crtcs, ncrtc))
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86RandR12.c | 1646 int ncrtc; local in function:xf86RandR12SetInfo12 1655 ncrtc = 0; 1658 crtcs[ncrtc++] = config->crtc[c]->randr_crtc; 1660 if (!RROutputSetCrtcs(output->randr_output, crtcs, ncrtc)) {
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | drmmode_display.c | 3054 int ncrtc = lease->numCrtcs; local in function:drmmode_create_lease 3061 nobjects = ncrtc + noutput; 3063 ncrtc > (SIZE_MAX - noutput)) 3079 for (c = 0; c < ncrtc; c++) {
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | drmmode_display.c | 2587 int ncrtc = lease->numCrtcs; local in function:drmmode_create_lease 2594 nobjects = ncrtc + noutput; 2596 ncrtc > (SIZE_MAX - noutput)) 2612 for (c = 0; c < ncrtc; c++) {
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.c | 3580 int ncrtc = lease->numCrtcs; local in function:drmmode_create_lease 3589 nobjects = ncrtc + noutput; 3592 nobjects += ncrtc; /* account for planes as well */ 3611 for (c = 0; c < ncrtc; c++) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/tools/ |
| H A D | virtual.c | 1503 for (i = 0; i < o->ncrtc; i++) { 3102 for (n = 0; n < res->ncrtc; n++)
|