| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_memmgr.h | 40 int domain; member in struct:buffer_object 48 int format, unsigned int alignment, int domain); 51 int domain);
|
| H A D | via_memmgr.c | 68 obj->domain = TTM_PL_FLAG_VRAM; 75 int format, unsigned int alignment, int domain) 101 obj = drm_bo_alloc(pScrn, pitch * height, alignment, domain); 108 drm_bo_alloc(ScrnInfoPtr pScrn, unsigned int size, unsigned int alignment, int domain) argument 116 switch (domain) { 132 drm.type = (domain == TTM_PL_FLAG_TT ? VIA_MEM_AGP : VIA_MEM_VIDEO); 136 if (domain == TTM_PL_FLAG_VRAM) 140 obj->domain = domain; 149 args.domains = domain; 74 drm_bo_alloc_surface(ScrnInfoPtr pScrn,unsigned int width,unsigned int height,int format,unsigned int alignment,int domain) argument [all...] |
| /xsrc/external/mit/libpciaccess/dist/src/ |
| H A D | openbsd_pci.c | 50 pci_read(int domain, int bus, int dev, int func, uint32_t reg, uint32_t *val) argument 62 err = ioctl(pcifd[domain], PCIOCREAD, &io); 72 pci_write(int domain, int bus, int dev, int func, uint32_t reg, uint32_t val) argument 84 return ioctl(pcifd[domain], PCIOCWRITE, &io); 88 pci_readmask(int domain, int bus, int dev, int func, uint32_t reg, argument 101 err = ioctl(pcifd[domain], PCIOCREADMASK, &io); 122 int pci_rom, domain, bus, dev, func; local in function:pci_device_openbsd_read_rom 124 domain = device->domain; 125 if (domain < 176 pci_nfuncs(int domain,int bus,int dev) argument 320 int domain; local in function:pci_system_openbsd_destroy 334 int domain, bus, dev, func, err; local in function:pci_device_openbsd_probe 587 int domain, bus, dev, func, ndevs, nfuncs; local in function:pci_system_openbsd_create [all...] |
| H A D | netbsd_pci.c | 69 static PciBus *buses = NULL; /* indexed by pci_device.domain */ 84 * buses we know exist, not all 256 which may exist in each domain. 98 pci_read(int domain, int bus, int dev, int func, uint32_t reg, uint32_t *val) argument 102 if ((domain < 0) || (domain >= nbuses)) 105 if (pcibus_conf_read(buses[domain].fd, (unsigned int)bus, 115 pci_write(int domain, int bus, int dev, int func, uint32_t reg, uint32_t val) argument 118 if ((domain < 0) || (domain >= nbuses)) 121 return pcibus_conf_write(buses[domain] 126 pci_nfuncs(int domain,int bus,int dev) argument 325 int bus, dev, func, err, domain; local in function:pci_device_netbsd_probe 945 int bus, dev, func, ndevs, nfuncs, domain, pcifd, n; local in function:pci_system_netbsd_create [all...] |
| H A D | common_iterator.c | 182 if ( PCI_ID_COMPARE( iter->match.slot.domain, temp->base.domain ) 220 pci_device_find_by_slot( uint32_t domain, uint32_t bus, uint32_t dev, argument 228 iter.match.slot.domain = domain;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | rnndec.h | 55 int rnndec_checkaddr(struct rnndeccontext *ctx, struct rnndomain *domain, uint64_t addr, int write); 56 struct rnndecaddrinfo *rnndec_decodeaddr(struct rnndeccontext *ctx, struct rnndomain *domain, uint64_t addr, int write); 57 uint64_t rnndec_decodereg(struct rnndeccontext *ctx, struct rnndomain *domain, const char *name);
|
| /xsrc/external/mit/libdrm/dist/nouveau/nvif/ |
| H A D | if0002.h | 20 __u8 domain; member in struct:nvif_perfmon_query_signal_v0 30 __u8 domain; member in struct:nvif_perfmon_query_source_v0
|
| H A D | if0003.h | 6 __u8 domain; member in struct:nvif_perfdom_v0
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_transfer.h | 7 unsigned domain; member in struct:nv30_rect 31 struct nouveau_bo *, unsigned offset, unsigned domain,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_transfer.h | 7 unsigned domain; member in struct:nv30_rect 31 struct nouveau_bo *, unsigned offset, unsigned domain,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_mm.h | 17 nouveau_mm_create(struct nouveau_device *, uint32_t domain,
|
| H A D | nouveau_buffer.h | 37 uint8_t *data; /* resource's contents, if domain == 0, or cached */ 42 uint8_t domain; member in struct:nv04_resource 65 struct nv04_resource *, unsigned domain); 87 return nv04_resource(resource)->domain != 0;
|
| H A D | nouveau_buffer.c | 39 struct nv04_resource *buf, unsigned domain) 43 if (domain == NOUVEAU_BO_VRAM) { 50 if (domain == NOUVEAU_BO_GART) { 57 assert(domain == 0); 61 buf->domain = domain; 91 if (buf->domain == NOUVEAU_BO_VRAM) 93 if (buf->domain == NOUVEAU_BO_GART) 96 buf->domain = 0; 101 struct nv04_resource *buf, unsigned domain) 38 nouveau_buffer_allocate(struct nouveau_screen * screen,struct nv04_resource * buf,unsigned domain) argument 100 nouveau_buffer_reallocate(struct nouveau_screen * screen,struct nv04_resource * buf,unsigned domain) argument [all...] |
| H A D | nouveau_mm.c | 37 uint32_t domain; member in struct:nouveau_mman 138 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config, 174 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config, 243 nouveau_mm_create(struct nouveau_device *dev, uint32_t domain, argument 253 cache->domain = domain;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_mm.h | 16 nouveau_mm_create(struct nouveau_device *, uint32_t domain,
|
| H A D | nouveau_buffer.h | 39 uint8_t *data; /* resource's contents, if domain == 0, or cached */ 44 uint8_t domain; member in struct:nv04_resource 67 struct nv04_resource *, unsigned domain); 98 return nv04_resource(resource)->domain != 0;
|
| H A D | nouveau_buffer.c | 50 struct nv04_resource *buf, unsigned domain) 54 if (domain == NOUVEAU_BO_VRAM) { 61 if (domain == NOUVEAU_BO_GART) { 68 assert(domain == 0); 72 buf->domain = domain; 104 if (buf->domain == NOUVEAU_BO_VRAM) 106 if (buf->domain == NOUVEAU_BO_GART) 109 buf->domain = 0; 114 struct nv04_resource *buf, unsigned domain) 49 nouveau_buffer_allocate(struct nouveau_screen * screen,struct nv04_resource * buf,unsigned domain) argument 113 nouveau_buffer_reallocate(struct nouveau_screen * screen,struct nv04_resource * buf,unsigned domain) argument [all...] |
| H A D | nouveau_mm.c | 37 uint32_t domain; member in struct:nouveau_mman 138 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config, 175 ret = nouveau_bo_new(cache->dev, cache->domain, 0, size, &cache->config, 243 nouveau_mm_create(struct nouveau_device *dev, uint32_t domain, argument 253 cache->domain = domain;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/ |
| H A D | rnnutil.c | 76 init(struct rnn *rnn, char *file, char *domain) argument 81 rnn->dom[0] = rnn_finddomain(rnn->db, domain); 82 if ((strcmp(domain, "A2XX") == 0) || (strcmp(domain, "A3XX") == 0)) { 88 fprintf(stderr, "Could not find domain %s in %s\n", domain, file); 90 rnn->variant = domain; 92 rnndec_varadd(rnn->vc, "chip", domain); 94 rnndec_varadd(rnn->vc_nocolor, "chip", domain); 100 rnn_load_file(struct rnn *rnn, char *file, char *domain) argument 160 regelem(struct rnndomain * domain,const char * name) argument 182 regoff(struct rnndomain * domain,uint32_t offset) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/ |
| H A D | linuxPci.c | 72 * The generation of the procfs file name for the domain != 0 case may not be 100 dev->domain, dev->bus, dev->dev, dev->func); 102 if (dev->domain == 0) { 112 sprintf(file,"/proc/bus/pci/%02x%02x", dev->domain, dev->bus); 115 dev->domain, dev->bus, dev->dev, dev->func); 118 dev->domain, dev->bus, dev->dev, dev->func); 154 * ports to multi-domain architectures still need to implement this. 162 * Another requirement to port this scheme to another multi-domain architecture 209 if (bridge->domain == dev->domain) { 428 const int domain = dev->domain; local in function:xf86MapLegacyIO [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86pciBus.h | 47 #define MATCH_PCI_DEVICES(x, y) (((x)->domain == (y)->domain) && \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_transfer.h | 10 unsigned domain; member in struct:nv50_m2mf_rect
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_transfer.h | 10 unsigned domain; member in struct:nv50_m2mf_rect
|
| /xsrc/external/mit/libdrm/dist/nouveau/ |
| H A D | abi16.c | 283 if (info->domain & NOUVEAU_GEM_DOMAIN_VRAM) 285 if (info->domain & NOUVEAU_GEM_DOMAIN_GART) 317 info->domain |= NOUVEAU_GEM_DOMAIN_VRAM; 319 info->domain |= NOUVEAU_GEM_DOMAIN_GART; 320 if (!info->domain) 321 info->domain |= NOUVEAU_GEM_DOMAIN_VRAM | 325 info->domain |= NOUVEAU_GEM_DOMAIN_MAPPABLE; 328 info->domain |= NOUVEAU_GEM_DOMAIN_COHERENT;
|
| /xsrc/external/mit/libdrm/dist/tests/amdgpu/ |
| H A D | amdgpu_stress.c | 147 int alloc_bo(uint32_t domain, uint64_t size) argument 160 request.preferred_heap = domain; 179 fprintf(stdout, "Allocated BO number %u at 0x%" PRIx64 ", domain 0x%x, size %" PRIu64 "\n", 180 num_buffers++, addr, domain, size); 323 uint32_t domain, from, to, count; local in function:main 367 domain = AMDGPU_GEM_DOMAIN_VRAM; 369 domain = AMDGPU_GEM_DOMAIN_GTT; 371 domain = AMDGPU_GEM_DOMAIN_VRAM | AMDGPU_GEM_DOMAIN_GTT; 373 fprintf(stderr, "Invalid domain: %s\n", optarg); 382 r = alloc_bo(domain, siz [all...] |