| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_hosted.h | 45 * struct vmwgfx-hosted-driver - Driver for environments that we can run 46 * hosted under. 74 * vmwgfx_is_hosted - Check whether we're running hosted. 107 * hosted environment. 111 * @hosted: Pointer to a struct vmwgfx_hosted, as returned by 118 struct vmwgfx_hosted *hosted) 123 driver->destroy(hosted); 131 * @hosted: Pointer to a struct vmwgfx_hosted, as returned by 136 * invalid file descriptor if we're not hosted. 140 struct vmwgfx_hosted *hosted, 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...] |
| H A D | vmwgfx_driver.c | 272 ms->fd = vmwgfx_hosted_drm_fd(ms->hdriver, ms->hosted, ms->PciInfo); 507 ms->hosted = vmwgfx_hosted_create(ms->hdriver, pScrn); 508 if (ms->hdriver && !ms->hosted) { 510 "Failed to set up compositor hosted environment.\n"); 525 if (!vmwgfx_hosted_pre_init(ms->hdriver, ms->hosted, flags)) 643 vmwgfx_hosted_destroy(ms->hdriver, ms->hosted); 810 vmwgfx_hosted_post_damage(ms->hdriver, ms->hosted); 1129 "Can't run hosted without XA. Giving up.\n"); 1199 if (!vmwgfx_hosted_screen_init(ms->hdriver, ms->hosted, pScreen)) { 1201 "Failed hosted Scree [all...] |
| H A D | vmwgfx_driver.h | 151 struct vmwgfx_hosted *hosted; member in struct:_modesettingRec
|
| H A D | vmwgfx_dri2.c | 394 return vmwgfx_hosted_dri_auth(ms->hdriver, ms->hosted, NULL, magic); 405 return vmwgfx_hosted_dri_auth(ms->hdriver, ms->hosted, client, magic);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/ |
| H A D | intel_device.c | 266 if (ret && !hosted()) { 612 /* If hosted under a system compositor, just pretend to be master */ 613 if (hosted()) 700 assert(!hosted()); 795 assert(!hosted()); 816 assert(!hosted()); 832 assert(!hosted());
|
| H A D | intel_module.c | 537 if (hosted()) 574 if (hosted()) 702 if (!hosted())
|
| H A D | intel_driver.h | 146 #define hosted() (0) macro
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/ |
| H A D | intel_device.c | 239 if (ret && !hosted()) { 577 /* If hosted under a system compositor, just pretend to be master */ 578 if (hosted()) 644 assert(!hosted()); 733 assert(!hosted()); 754 assert(!hosted()); 770 assert(!hosted());
|
| H A D | intel_module.c | 470 if (hosted()) 508 if (hosted()) 614 if (!hosted())
|
| H A D | intel_driver.h | 144 #define hosted() (0) macro
|
| /xsrc/external/mit/xorg-server/dist/ |
| H A D | README.md | 30 As with other projects hosted on freedesktop.org, X.Org follows its
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | lists.rst | 40 The old Mesa lists hosted at SourceForge are no longer in use. The
|
| H A D | thanks.rst | 19 hosted by `freedesktop.org <https://freedesktop.org/>`__.
|
| H A D | repository.rst | 7 The upstream Git repository is hosted on
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | debugging.rst | 104 hosted outside of the main mesa repository. rbug is can be used over a network
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | debugging.rst | 117 hosted outside of the main mesa repository. rbug is can be used over a network
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/ |
| H A D | venus.rst | 5 definition and codegen are hosted at `venus-protocol 7 hosted at `virglrenderer
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_driver.c | 580 if (hosted() && (sna->flags & SNA_IS_HOSTED) == 0) { 582 "Failed to setup hosted device.\n"); 1466 if (!hosted()) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_driver.c | 608 if (hosted() && (sna->flags & SNA_IS_HOSTED) == 0) { 610 "Failed to setup hosted device.\n"); 1419 if (!hosted()) {
|