| /xsrc/external/mit/xorg-server.old/dist/randr/ |
| rrxinerama.c | 326 int has_primary = 0; local 329 has_primary = 1; 334 if (has_primary && 337 has_primary = 0;
|
| rrscreen.c | 321 int i, n, rc, has_primary = 0; local 401 has_primary = 1; 409 if (has_primary && 412 has_primary = 0; 415 crtcs[i + has_primary] = pScrPriv->crtcs[i]->id; 417 swapl (&crtcs[i + has_primary], n);
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| rrmonitor.c | 315 Bool has_primary = FALSE; local 356 if (has_primary) 359 has_primary = TRUE; 374 if (has_primary) 377 has_primary = TRUE;
|
| rrscreen.c | 328 #define update_arrays(gpuscreen, pScrPriv, primary_crtc, has_primary) do { \ 330 if (has_primary && \ 332 has_primary = 0; \ 381 int has_primary = 0; local 447 has_primary = 1; 454 update_arrays(pScreen, pScrPriv, primary_crtc, has_primary); 462 update_arrays(iter, pScrPriv, primary_crtc, has_primary); 494 int i, rc, has_primary = 0; local 576 has_primary = 1; 583 if (has_primary & [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| v3dv_private.h | 129 bool has_primary; member in struct:v3dv_physical_device
|