Searched refs:num_gpu_devices (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A DScreen.c308 if (ptr->num_gpu_devices == CONF_MAXGPUDEVICES)
310 ptr->scrn_gpu_device_str[ptr->num_gpu_devices++] = xf86_lex_val.str;
395 for (i = 0; i < ptr->num_gpu_devices; i++)
489 for (i = 0; i < ptr->num_gpu_devices; i++)
526 for (i = 0; i < screen->num_gpu_devices; i++) {
H A Dxf86Parser.h280 int num_gpu_devices; member in struct:__anon01ede9dc1108
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Config.c414 count += slp->screen->num_gpu_devices;
438 for (k = 0; k < slp->screen->num_gpu_devices; k++) {
1761 if (auto_gpu_device && conf_screen->num_gpu_devices == 0 &&
1797 screenp->num_gpu_devices = i;
1800 for (i = 0; i < conf_screen->num_gpu_devices; i++) {
1806 screenp->num_gpu_devices = conf_screen->num_gpu_devices;
H A Dxf86Bus.c122 for (j = 0; j < layout->screen->num_gpu_devices; j++) {
H A Dxf86str.h360 int num_gpu_devices; member in struct:_confscreenrec
H A Dxf86platformBus.c523 for (i = 0; i < gdev->myScreenSection->num_gpu_devices; i++) {
H A Dxf86Helper.c1342 for (k = 0; k < screensecptr->num_gpu_devices; k++) {
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_egl.c1063 if (scrn->confScreen->num_gpu_devices)

Completed in 17 milliseconds