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

/xsrc/external/mit/xorg-server/dist/randr/
H A Drrscreen.c328 #define update_arrays(gpuscreen, pScrPriv, primary_crtc, has_primary) do { \
330 if (has_primary && \
332 has_primary = 0; \
381 int has_primary = 0; local in function:rrGetMultiScreenResources
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 in function:rrGetScreenResources
576 has_primary = 1;
583 if (has_primary
[all...]
H A Drrmonitor.c315 Bool has_primary = FALSE; local in function:RRMonitorMakeList
356 if (has_primary)
359 has_primary = TRUE;
374 if (has_primary)
377 has_primary = TRUE;
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrxinerama.c326 int has_primary = 0; local in function:ProcRRXineramaQueryScreens
329 has_primary = 1;
334 if (has_primary &&
337 has_primary = 0;
H A Drrscreen.c321 int i, n, rc, has_primary = 0; local in function:rrGetScreenResources
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/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_device.c734 device->has_primary = primary_path;
735 if (device->has_primary) {
1473 props->hasPrimary = pdevice->has_primary;
H A Dv3dv_private.h129 bool has_primary; member in struct:v3dv_physical_device

Completed in 13 milliseconds