| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_hosted.h | 26 * Note: "Hosted" is a term stolen from the xf86-video-intel driver. 45 * struct vmwgfx-hosted-driver - Driver for environments that we can run 76 * @driver: Pointer to a struct vmwgfx_hosted_driver as returned by 81 vmwgfx_is_hosted(const struct vmwgfx_hosted_driver *driver) argument 83 return (driver != NULL); 89 * @driver: Pointer to a struct vmwgfx_hosted_driver as returned by 96 vmwgfx_hosted_create(const struct vmwgfx_hosted_driver *driver, argument 99 if (!vmwgfx_is_hosted(driver)) 102 return driver->create(pScrn); 109 * @driver 117 vmwgfx_hosted_destroy(const struct vmwgfx_hosted_driver * driver,struct vmwgfx_hosted * hosted) argument 139 vmwgfx_hosted_drm_fd(const struct vmwgfx_hosted_driver * driver,struct vmwgfx_hosted * hosted,const struct pci_device * pci) argument 162 vmwgfx_hosted_pre_init(const struct vmwgfx_hosted_driver * driver,struct vmwgfx_hosted * hosted,int flags) argument 184 vmwgfx_hosted_screen_init(const struct vmwgfx_hosted_driver * driver,struct vmwgfx_hosted * hosted,ScreenPtr pScreen) argument 205 vmwgfx_hosted_screen_close(const struct vmwgfx_hosted_driver * driver,struct vmwgfx_hosted * hosted) argument 227 vmwgfx_hosted_post_damage(const struct vmwgfx_hosted_driver * driver,struct vmwgfx_hosted * hosted) argument 251 vmwgfx_hosted_dri_auth(const struct vmwgfx_hosted_driver * driver,struct vmwgfx_hosted * hosted,ClientPtr client,uint32_t magic) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/doc/devel/ |
| H A D | Makefile.am | 6 exa-driver.txt \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 74 _mesa_init_driver_functions(struct dd_function_table *driver) argument 76 memset(driver, 0, sizeof(*driver)); 78 driver->GetString = NULL; /* REQUIRED! */ 79 driver->UpdateState = NULL; /* REQUIRED! */ 81 driver->Finish = NULL; 82 driver->Flush = NULL; 85 driver->Clear = _swrast_Clear; 86 driver->RasterPos = _mesa_RasterPos; 87 driver [all...] |
| H A D | driverfuncs.h | 34 _mesa_init_driver_functions(struct dd_function_table *driver);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 75 _mesa_init_driver_functions(struct dd_function_table *driver) argument 77 memset(driver, 0, sizeof(*driver)); 79 driver->GetString = NULL; /* REQUIRED! */ 80 driver->UpdateState = NULL; /* REQUIRED! */ 82 driver->Finish = NULL; 83 driver->Flush = NULL; 86 driver->Clear = _swrast_Clear; 87 driver->RasterPos = _mesa_RasterPos; 88 driver [all...] |
| H A D | driverfuncs.h | 34 _mesa_init_driver_functions(struct dd_function_table *driver);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/target-helpers/ |
| H A D | inline_sw_helper.h | 31 sw_screen_create_named(struct sw_winsys *winsys, const char *driver) argument 36 if (screen == NULL && strcmp(driver, "llvmpipe") == 0) 41 if (screen == NULL && strcmp(driver, "virpipe") == 0) { 49 if (screen == NULL && strcmp(driver, "softpipe") == 0) 54 if (screen == NULL && strcmp(driver, "swr") == 0) 66 const char *driver; local in function:sw_screen_create 78 driver = debug_get_option("GALLIUM_DRIVER", default_driver); 79 return sw_screen_create_named(winsys, driver);
|
| H A D | sw_helper.h | 33 sw_screen_create_named(struct sw_winsys *winsys, const char *driver) argument 38 if (screen == NULL && strcmp(driver, "llvmpipe") == 0) 43 if (screen == NULL && strcmp(driver, "virpipe") == 0) { 51 if (screen == NULL && strcmp(driver, "softpipe") == 0) 56 if (screen == NULL && strcmp(driver, "swr") == 0) 68 const char *driver; local in function:sw_screen_create 80 driver = debug_get_option("GALLIUM_DRIVER", default_driver); 81 return sw_screen_create_named(winsys, driver);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/ |
| H A D | freedreno.rst | 4 Freedreno driver specific docs.
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/ |
| H A D | run-shader-db.sh | 13 for driver in freedreno intel v3d; do 14 echo "Running drm-shim for $driver" 15 env LD_PRELOAD=$LIBDIR/lib${driver}_noop_drm_shim.so \ 17 > $ARTIFACTSDIR/${driver}-shader-db.txt
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_screen.h | 38 const struct nouveau_driver *driver; member in struct:nouveau_screen
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3d10sw/ |
| H A D | d3d10_gdi.c | 45 const char *driver; local in function:d3d10_create_screen 59 driver = debug_get_option("GALLIUM_DRIVER", default_driver); 62 if (strcmp(driver, "llvmpipe") == 0) { 66 (void)driver;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_screen.h | 38 const struct nouveau_driver *driver; member in struct:nouveau_screen
|
| /xsrc/external/mit/freetype/dist/src/winfonts/ |
| H A D | rules.mk | 2 # FreeType 2 Windows FNT/FON driver configuration rules 16 # Windows driver directory 27 # Windows driver sources (i.e., C files) 31 # Windows driver headers 37 # Windows driver object(s) 45 # Windows driver source file for single build 50 # Windows driver - single object 56 # Windows driver - multiple objects 62 # update main driver object lists
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | xm_public.h | 37 /* This is the driver interface required by the glx/xlib state tracker. 45 xmesa_set_driver( const struct xm_driver *driver );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | xm_public.h | 37 /* This is the driver interface required by the glx/xlib frontends. 45 xmesa_set_driver( const struct xm_driver *driver );
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/doc/ |
| H A D | Makefile.am | 16 exa-driver.txt \
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/target-helpers/ |
| H A D | inline_sw_helper.h | 41 sw_screen_create_named(struct sw_winsys *winsys, const char *driver) argument 46 if (screen == NULL && strcmp(driver, "llvmpipe") == 0) 51 if (screen == NULL && strcmp(driver, "virpipe") == 0) { 59 if (screen == NULL && strcmp(driver, "softpipe") == 0) 64 if (screen == NULL && strcmp(driver, "swr") == 0) 69 if (screen == NULL && strcmp(driver, "zink") == 0) 74 if (screen == NULL && strcmp(driver, "d3d12") == 0) 79 if (screen == NULL && strcmp(driver, "asahi") == 0)
|
| H A D | sw_helper.h | 46 sw_screen_create_named(struct sw_winsys *winsys, const char *driver) argument 51 if (screen == NULL && strcmp(driver, "llvmpipe") == 0) 56 if (screen == NULL && strcmp(driver, "virpipe") == 0) { 64 if (screen == NULL && strcmp(driver, "softpipe") == 0) 69 if (screen == NULL && strcmp(driver, "swr") == 0) 74 if (screen == NULL && strcmp(driver, "zink") == 0) 79 if (screen == NULL && strcmp(driver, "d3d12") == 0) 84 if (screen == NULL && strcmp(driver, "asahi") == 0)
|
| /xsrc/external/mit/MesaLib/dist/src/loader/ |
| H A D | loader.c | 105 char *driver; local in function:loader_get_kernel_driver_name 109 log_(_LOADER_WARNING, "failed to get driver name for fd %d\n", fd); 113 driver = strndup(version->name, version->name_len); 114 log_(driver ? _LOADER_DEBUG : _LOADER_WARNING, "using driver %s for %d\n", 115 driver, fd); 118 return driver; 436 char *driver = NULL; local in function:loader_get_pci_driver 449 driver = strdup(driver_map[i].driver); 470 char *driver; local in function:loader_get_driver_for_fd 551 void *driver = NULL; local in function:loader_open_driver_lib 612 void *driver = loader_open_driver_lib(driver_name, "_dri", search_path_vars, local in function:loader_open_driver [all...] |
| /xsrc/external/mit/xf86-video-vboxvideo/dist/ |
| H A D | README.md | 1 xf86-video-vboxvideo - VirtualBox video driver for the Xorg X server 4 This driver is only for use in VirtualBox guests without the 5 vboxvideo kernel modesetting driver in the guest kernel, and 9 Guests with the vboxvideo kernel modesetting driver should use the 10 Xorg "modesetting" driver module instead of this one. 19 https://gitlab.freedesktop.org/xorg/driver/xf86-video-vbox 27 This driver is dedicated to the memory of Michael Thayer, who brought
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftpsprop.c | 44 PS_Driver driver = (PS_Driver)module; local in function:ps_property_set 102 driver->darken_params[0] = x1; 103 driver->darken_params[1] = y1; 104 driver->darken_params[2] = x2; 105 driver->darken_params[3] = y2; 106 driver->darken_params[4] = x3; 107 driver->darken_params[5] = y3; 108 driver->darken_params[6] = x4; 109 driver->darken_params[7] = y4; 129 driver 235 PS_Driver driver = (PS_Driver)module; local in function:ps_property_get [all...] |
| /xsrc/external/mit/MesaLib/dist/src/tool/pps/ |
| H A D | pps_datasource.cc | 43 if (auto driver = Driver::get_driver(std::move(drm_device))) { local in function:pps::GpuDataSource::OnSetup 44 if (!driver->init_perfcnt()) { 45 // Skip failing driver 46 PPS_LOG_ERROR("Failed to initialize %s driver", driver->drm_device.name.c_str()); 50 this->driver = driver; 53 if (driver == nullptr) { 66 driver->enable_counter(counter_id); 70 driver 172 add_descriptors(perfetto::protos::pbzero::GpuCounterEvent * event,std::vector<CounterGroup> const & groups,std::vector<Counter> const & counters,Driver & driver) argument 213 add_samples(perfetto::protos::pbzero::GpuCounterEvent & event,const Driver & driver) argument [all...] |
| /xsrc/external/mit/freetype/dist/src/gxvalid/ |
| H A D | rules.mk | 2 # FreeType 2 TrueTypeGX/AAT validation driver configuration rules 17 # GXV driver directory 22 # compilation flags for the driver 30 # GXV driver sources (i.e., C files) 55 # GXV driver headers 66 # GXV driver object(s) 74 # GXV driver source file for single build 79 # GXV driver - single object 86 # GXV driver - multiple objects 92 # update main driver objec [all...] |
| /xsrc/external/mit/freetype/dist/src/otvalid/ |
| H A D | rules.mk | 2 # FreeType 2 OpenType validation driver configuration rules 16 # OTV driver directory 21 # compilation flags for the driver 29 # OTV driver sources (i.e., C files) 40 # OTV driver headers 49 # OTV driver object(s) 57 # OTV driver source file for single build 62 # OTV driver - single object 69 # OTV driver - multiple objects 75 # update main driver objec [all...] |