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

/xsrc/external/mit/xorg-server/dist/randr/
H A Drrmonitor.c187 int num_crtcs; member in struct:_rrMonitorList
214 mon_list->num_crtcs = numCrtcs;
283 for (c = 0; c < mon_list->num_crtcs; c++) {
365 for (c = 0; c < list.num_crtcs; c++) {
/xsrc/external/mit/xrandr/dist/
H A Dxrandr.c433 static int num_crtcs, num_providers; variable in typeref:typename:int
794 for (int c = 0; c < num_crtcs; c++)
1315 num_crtcs = res->ncrtc;
1316 crtcs = calloc (num_crtcs, sizeof (crtc_t));
1852 for (int c = 0; c < num_crtcs; c++)
2201 int saved_crtc_noutput[num_crtcs];
2235 for (int n = 0; n < num_crtcs; n++) {
2242 for (int n = 0; n < num_crtcs; n++)
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common_display.c2302 for (int c = 0; active_crtc == 0 && c < gsr_r->num_crtcs; c++) {
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_display.c2373 for (int c = 0; active_crtc == 0 && c < gsr_r->num_crtcs; c++) {

Completed in 17 milliseconds