HomeSort by: relevance | last modified time | path
    Searched defs:driverNames (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/
dri2.h 227 /* number of drivers in the driverNames array */
231 const char *const *driverNames;
dri2.c 109 const char **driverNames;
1347 !ds->driverNames[driver_id])
1350 *driverName = ds->driverNames[driver_id];
1615 ds->driverNames = xallocarray(ds->numDrivers, sizeof(*ds->driverNames));
1616 if (!ds->driverNames)
1620 ds->driverNames[0] = info->driverName;
1624 ds->driverNames[0] = ds->driverNames[1] = dri2_probe_driver_name(pScreen, info);
1625 if (!ds->driverNames[0]
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri2/
dri2.h 183 /* number of drivers in the driverNames array */
187 const char * const *driverNames;
dri2.c 92 const char **driverNames;
1019 !ds->driverNames[driverType])
1023 *driverName = ds->driverNames[driverType];
1141 ds->driverNames = malloc(sizeof(*ds->driverNames));
1142 if (!ds->driverNames)
1144 ds->driverNames[0] = info->driverName;
1147 ds->driverNames = malloc(info->numDrivers * sizeof(*ds->driverNames));
1148 if (!ds->driverNames)
    [all...]
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_dri2.c 1300 const char *driverNames[2];
1333 dri2_info.numDrivers = ARRAY_SIZE(driverNames);
1334 dri2_info.driverNames = driverNames;
1335 driverNames[0] = driverNames[1] = dri2_info.driverName;
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_dri2.c 1318 const char *driverNames[2];
1383 dri2_info.numDrivers = RADEON_ARRAY_SIZE(driverNames);
1384 dri2_info.driverNames = driverNames;
1385 driverNames[0] = driverNames[1] = dri2_info.driverName;
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_dri2.c 1397 const char *driverNames[2];
1449 dri2_info.numDrivers = ARRAY_SIZE(driverNames);
1450 dri2_info.driverNames = driverNames;
1451 driverNames[0] = dri2_info.driverName;
1454 driverNames[1] = driverNames[0];
1456 driverNames[1] = NULL; /* no VDPAU support */
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_dri.c 1557 const char *driverNames[2];
1625 info.driverNames = driverNames;
1626 driverNames[0] = info.driverName;
1627 driverNames[1] = "va_gl";
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_dri.c 1477 const char *driverNames[2];
1545 info.driverNames = driverNames;
1546 driverNames[0] = info.driverName;
1547 driverNames[1] = info.driverName;
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_dri2.c 3710 const char *driverNames[2];
3755 info.driverNames = driverNames;
3756 driverNames[0] = info.driverName;
3757 driverNames[1] = "va_gl";
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_dri2.c 3256 const char *driverNames[2];
3301 info.driverNames = driverNames;
3302 driverNames[0] = info.driverName;
3303 driverNames[1] = info.driverName;

Completed in 23 milliseconds