Searched refs:driverName (Results 1 - 25 of 159) sorted by relevance

1234567

/xsrc/external/mit/libvdpau/dist/src/
H A Dmesa_dri2.h54 _vdp_DRI2Connect(Display * display, XID window, char **driverName,
H A Dmesa_dri2.c122 _vdp_DRI2Connect(Display * dpy, XID window, char **driverName, char **deviceName) argument
162 *driverName = Xmalloc(rep.driverNameLength + 1);
163 if (*driverName == NULL) {
171 _XReadPad(dpy, *driverName, rep.driverNameLength);
172 (*driverName)[rep.driverNameLength] = '\0';
176 Xfree(*driverName);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86ShowOpts.c96 xf86DriverList[i]->driverName
101 xf86DriverList[i]->driverName);
107 i,xf86DriverList[i]->driverName,vers->vendor
H A Dxf86sbusBus.h65 char *driverName; member in struct:sbus_devtable
73 extern _X_EXPORT int xf86MatchSbusInstances(const char *driverName, int sbusDevId,
H A Dxf86sbusBus.c360 xf86MatchSbusInstances(const char *driverName, int sbusDevId, argument
413 pGDev = xf86AddBusDeviceToConfigure(drvp->driverName, BUS_SBUS,
429 DebugF("%s instances found: %d\n", driverName, allocatedInstances);
447 driverName,devList[j]->identifier,
464 "found: %s\n", driverName, devList[j]->identifier);
472 driverName, promPath);
476 driverName, psdp->fbNum);
485 DebugF("%s instances found: %d\n", driverName, numClaimedInstances);
500 driverName, psdp->fbNum, psdp->node.node);
H A Dxf86pciBus.c443 drvp->driverName, BUS_PCI, pPci, -1);
473 const unsigned numDevs = xf86MatchDevice(drvp->driverName, & devList);
528 drvp->driverName, pPci->bus, pPci->dev, pPci->func);
611 * \param driverName Name of the driver. This is used to find Device
633 * The \c driverName parameter is redundant. It is the same as
634 * \c DriverRec::driverName. In a future version of this function, remove
638 xf86MatchPciInstances(const char *driverName, int vendorID, argument
730 xf86AddBusDeviceToConfigure(drvp->driverName,
776 DebugF("%s instances found: %d\n", driverName, allocatedInstances);
822 driverName, devLis
[all...]
H A Dxf86AutoConfig.c239 sbusDeviceTable[dev].driverName);
240 matches[i++] = xnfstrdup(sbusDeviceTable[dev].driverName);
286 char *driverName = xnfstrdup(cp); local in function:listPossibleVideoDrivers
291 matches[i++] = driverName;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri_common.c65 * \param driverName - a name like "i965", "radeon", "nouveau", etc.
73 driOpenDriver(const char *driverName, void **out_driver_handle) argument
87 loader_open_driver(driverName, out_driver_handle, search_path_vars);
616 driGetDriverName(Display * dpy, int scrNum, char **driverName) argument
623 *driverName = glx_screen->vtable->get_driver_name(glx_screen);
637 char *driverName; local in function:glXGetScreenDriver
639 if (driGetDriverName(dpy, scrNum, &driverName)) {
641 if (!driverName)
643 len = strlen(driverName);
646 memcpy(ret, driverName, le
659 char *driverName; member in struct:driver_config_entry
683 get_driver_config(const char * driverName) argument
727 glXGetDriverConfig(const char * driverName) argument
[all...]
H A Ddri2_priv.h57 char *driverName; member in struct:dri2_screen
H A Ddri_common.h66 extern const __DRIextension **driOpenDriver(const char *driverName,
H A Ddri2.h59 char **driverName, char **deviceName);
H A Ddri3_glx.c722 const char *driverName)
835 char *driverName, *driverNameDisplayGPU, *tmp; local in function:dri3_create_screen
871 driverName = loader_get_driver_for_fd(psc->fd);
872 if (!driverName) {
877 extensions = driOpenDriver(driverName, &psc->driver);
908 if (strcmp(driverName, driverNameDisplayGPU) == 0) {
931 dri3_bind_extensions(psc, priv, driverName);
1019 free(driverName);
1040 CriticalErrorMessageF("failed to load driver: %s\n", driverName ? driverName
721 dri3_bind_extensions(struct dri3_screen * psc,struct glx_display * priv,const char * driverName) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri_glx.c99 driGetDriverName(Display * dpy, int scrNum, char **driverName) argument
106 *driverName = NULL;
119 &driverPatch, driverName);
127 driverMajor, driverMinor, driverPatch, *driverName,
134 Bool ret = DRI2Connect(dpy, RootWindow(dpy, scrNum), driverName, &dev);
155 char *driverName; local in function:glXGetScreenDriver
156 if (driGetDriverName(dpy, scrNum, &driverName)) {
158 if (!driverName)
160 len = strlen(driverName);
163 memcpy(ret, driverName, le
176 char *driverName; member in struct:driver_config_entry
206 get_driver_config(const char * driverName) argument
250 glXGetDriverConfig(const char * driverName) argument
427 char *driverName; local in function:CallCreateNewScreen
905 char *driverName; local in function:driCreateScreen
[all...]
H A Ddri_common.h72 extern const __DRIextension **driOpenDriver(const char *driverName,
H A Ddri2.h59 char **driverName, char **deviceName);
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Ddri2.h53 char **driverName, char **deviceName);
H A Ddri2.c105 char **driverName, char **deviceName)
131 *driverName = Xmalloc(rep.driverNameLength + 1);
132 if (*driverName == NULL) {
140 _XReadPad(dpy, *driverName, rep.driverNameLength);
141 (*driverName)[rep.driverNameLength] = '\0';
145 Xfree(*driverName);
104 DRI2Connect(Display * dpy,XID window,char ** driverName,char ** deviceName) argument
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxdricommon.c292 glxProbeDriver(const char *driverName, argument
324 driverName);
338 driverName);
343 __DRI_DRIVER_GET_EXTENSIONS, driverName) != -1) {
365 driverName, dlerror());
384 driverName);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86sbusBus.h65 const char *driverName; member in struct:sbus_devtable
73 extern _X_EXPORT int xf86MatchSbusInstances(const char *driverName,
H A Dxf86sbusBus.c382 xf86MatchSbusInstances(const char *driverName, int sbusDevId, argument
436 pGDev = xf86AddBusDeviceToConfigure(drvp->driverName, BUS_SBUS,
452 DebugF("%s instances found: %d\n", driverName, allocatedInstances);
470 driverName, devList[j]->identifier,
491 "found: %s\n", driverName,
501 driverName, promPath);
506 driverName, psdp->fbNum);
516 DebugF("%s instances found: %d\n", driverName, numClaimedInstances);
531 driverName, psdp->fbNum, psdp->node.node);
H A Dxf86pciBus.c458 xf86AddBusDeviceToConfigure(drvp->driverName, BUS_PCI,
489 const unsigned numDevs = xf86MatchDevice(drvp->driverName, &devList);
541 drvp->driverName, pPci->bus, pPci->dev, pPci->func);
626 * \param driverName Name of the driver. This is used to find Device
648 * The \c driverName parameter is redundant. It is the same as
649 * \c DriverRec::driverName. In a future version of this function, remove
653 xf86MatchPciInstances(const char *driverName, int vendorID, argument
742 xf86AddBusDeviceToConfigure(drvp->driverName,
786 DebugF("%s instances found: %d\n", driverName, allocatedInstances);
832 driverName, devLis
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_probe.c139 pScrn->driverName = RADEON_DRIVER_NAME;
235 pScrn->driverName = RADEON_DRIVER_NAME;
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Ddri2.h58 char **driverName, char **deviceName);
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Ddri2.h58 char **driverName, char **deviceName);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dxmlconfig.h105 * To be called in <driver>CreateContext. screenNum, driverName and
108 int screenNum, const char *driverName,

Completed in 18 milliseconds

1234567